SmtpConnectType Enumeration


Specifies the connection type to smtp server.

[VisualĀ Basic]
Public Enum SmtpConnectType
[C#]
public enum SmtpConnectType
[C++]
__value public enum SmtpConnectType
[JScript]
public enum SmtpConnectType

Members

Members name Description
ConnectNormal Specifies that the smtp server uses normal TCP/IP connection.
ConnectSSLAuto Specifies that the smtp client selects the STARTTLS/Direct SSL automatically.
ConnectSTARTTLS Specifies that the smtp server deploys SSL connection by STARTTLS command.
ConnectDirectSSL Specifies that the smtp server deploys SSL connection directly.