The SmtpSsl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SmtpSsl()()()() | |
![]() |
SmtpSsl(IContainer) | |
![]() |
SmtpSsl(String) |
Constructs new SmtpSsl instance
|
![]() |
SmtpSsl(String, Int32) |
Constructs new SmtpSsl instance
|
Methods
Name | Description | |
---|---|---|
![]() |
Connect |
Securely connects to SMTP server using SSL
(Overrides Smtp..::..Connect()()()().) |
![]() |
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) |
![]() |
Disconnect |
Disconnects from SMTP server.
(Overrides Smtp..::..Disconnect()()()().) |
![]() |
Dispose()()()() |
Releases all resources used by the Component.
(Inherited from Component.) |
![]() |
Dispose(Boolean) |
Clean up any resources being used.
(Inherited from Smtp.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) |
![]() |
FireCommandSentEvent |
Fires CommandSentEvent event. (Inherited from Smtp.) |
![]() |
FireConnectedEvent |
Fires ConnectedEvent event. (Inherited from Smtp.) |
![]() |
FireDataReceivedEvent |
Fires DataReceivedEvent event. (Inherited from Smtp.) |
![]() |
FireDisconnectedEvent |
Fires DisconnectedEvent event. (Inherited from Smtp.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
GetOutputStream |
Gets the output stream of the socket connection. (Inherited from Smtp.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
Interrupted |
Interrupts the current process. (Inherited from Smtp.) |
![]() |
IsConnected |
Tests Smtp connection. (Inherited from Smtp.) |
![]() |
IssueCommand |
Issues a command to SMTP server and reads response. (Inherited from Smtp.) |
![]() |
Login(String, String) |
Logs in using plain text authentication.
(Inherited from Smtp.) |
![]() |
Login(String, String, Int32) |
Logs in using plain text authentication.
(Inherited from Smtp.) |
![]() |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) |
![]() |
ReadResponse |
Gets the response from the SMTP server. (Inherited from Smtp.) |
![]() |
Send |
Sends basic email message. (Inherited from Smtp.) |
![]() |
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |
![]() |
WriteCommand |
Writes the command into the output stream.
(Inherited from Smtp.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
DEFAULT_PORT |
The default port to connect to for secure SMTP over SSL connections.
|
![]() |
heloAddress |
The helo address. (Inherited from Smtp.) |
![]() |
input |
Input stream for Smtp. (Inherited from Smtp.) |
![]() |
output |
Output stream for Smtp. (Inherited from Smtp.) |
Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) |
![]() |
Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) |
![]() |
CurrentConnectionType |
Gets or sets the secure protocol that the secure connection should use.
|
![]() |
Debug |
Gets/Sets SMTP debug flag. (Inherited from Smtp.) |
![]() |
DebugStream |
Gets/Sets debug output stream. (Inherited from Smtp.) |
![]() |
DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) |
![]() |
Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) |
![]() |
FromAddress |
Gets/Sets the SMTP FROM address. (Inherited from Smtp.) |
![]() |
HeloAddress |
Gets/Sets the SMTP HELO address. (Inherited from Smtp.) |
![]() |
Hostname |
Gets/Sets the SMTP server host name. (Inherited from Smtp.) |
![]() |
LicenseKey |
License key.
(Inherited from Smtp.) |
![]() |
Port |
Gets/Sets the SMTP server port number. (Inherited from Smtp.) |
![]() |
ProxyHostname |
Gets/Sets the hostname or IP address of the Proxy server. (Inherited from Smtp.) |
![]() |
ProxyPassword |
Gets/Sets the password used to log in to the Proxy server. (Inherited from Smtp.) |
![]() |
ProxyPort |
Gets/Sets the port of the Proxy server. (Inherited from Smtp.) |
![]() |
ProxyType |
Gets/Sets the type of Proxy server. (Inherited from Smtp.) |
![]() |
ProxyUsername |
Gets/Sets the username used to log in to the Proxy server. (Inherited from Smtp.) |
![]() |
Site | (Inherited from Component.) |
![]() |
Timeout |
Gets/Sets the Socket Timeout parameter. (Inherited from Smtp.) |
![]() |
ToAddress |
Gets/Sets the SMTP TO address. (Inherited from Smtp.) |
Events
Name | Description | |
---|---|---|
![]() |
CommandSentEvent |
Occurs after successfully sending a command to the SMTP server. (Inherited from Smtp.) |
![]() |
ConnectedEvent |
Occurs after a successful connection to the SMTP server. (Inherited from Smtp.) |
![]() |
DataReceivedEvent |
Occurs after successfully reading data from the SMTP server. (Inherited from Smtp.) |
![]() |
DisconnectedEvent |
Occurs after a successful disconnection from the SMTP server. (Inherited from Smtp.) |
![]() |
Disposed |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.) |