| Public Properties |
| Blocked |
A True value indicates the control is currently executing a blocking method (Timeout is greater than 0), which has neither completed nor timed out with a ptTimeout error. |
| Capabilities |
Collection of strings that contains the protocol extensions supported by the server. Values are initialized during login. |
| Certificate |
Client certificate.
|
| From |
If provided, this return address is used for the SMTP envelope instead of the address found in the From header label of the message. |
| Message |
Default Message Object to send. |
| Privacy |
Security mode, such as Explicit, Implicit, None.
|
| Security |
FOr handling server certificates.
|
| State |
Provides status information to the user interface. The State event fires to signal that this property has changed. |
| Timeout |
Controls the blocking behavior of methods that can be used in blocking and non-blocking ways. |
| To |
If provided, these addresses will be used for the SMTP envelope instead of those found in the To, Cc, and Bcc header labels of the message. |
| Public Methods |
| Abort |
Abort any blocking method and release all system resources. |
| About |
Show the About Box. |
| ClearCertificate |
Clear the client certificate.
|
| Command |
Send any protocol command to the server. |
| DSN |
Set parameters that define the type of Delivery Status Notification that will be requested for subsequent messages. |
| Login |
Establish a session. |
| Logout |
End a session. |
| QuickSend |
Build and send a message in one easy step. |
| Reset |
Recover from an error condition. |
| Send |
Send a mail message. |
| Trace |
Start or stop the accumulation of trace or debug data. Once started, this method accumulates data until it is turned off. |
| Verify |
Validate an email address. |
| Public Events |
| Authenticate |
Presents the server certificate.
|
| Certificate |
Client certificate requested.
|
| Error |
Fires when an error condition occurs. |
| Progress |
Fires when a method has completed, the server has sent a reply, or progress information is available. |
| State |
Fires when the State property changes. |