Abort | Abort any blocking method and release all system resources. |
About | Display Control information in a dialog box. |
ClearCertificate | Clears the Certificate object contained in the Cerificate property. |
Command | Send any protocol command to the server. |
CommandEx | 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 with a server. |
Logout | End the session. |
QuickSend | Build and send a message. |
Reset | Recover from an error condition. |
Send | Send message using the current session. |
Trace | Start or stop the accumulation of trace or debug data. Once started, this method accumulates data until it is turned off. This method provides a convenient mechanism for viewing all data being sent and received over the connection and can be used to troubleshoot host interoperability issues and expose protocol communications. |
Verify | Validate an email address. |
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 | Certificate to use when authenticating to the remote host. |
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. |
HelloName | A string value representing the hostname presented to the server during the greeting. |
IpV6 | Specifies whether hostname addresses should be favorably resolved to IPv6. |
Message | The message to be sent. |
Privacy | Specifies the security protocol (PCT, SSL2, SSL3, TLS, none) and type (Implicit, Explicit) used. |
Security | Sets the criteria for accepting 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. |
Authenticate | Fires when the remote host has sent a certificate to be authenticated. |
Certificate | Fires when the remote host is requesting a certificate and the Certificate property is not set to a valid Certificate Object. |
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. |