SSLConnectType Enumeration


Specifies the SSL connection type for mail server.

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

Members

Members name Description
ConnectSSLAuto Specifies that the mail client selects the TLS/SSL SSL automatically (recommended).
ConnectSSL Specifies that the mail server deploys SSL connection directly.
ConnectTLS Specifies that that the mail server uses TLS to switch SSL channel on normal port

See Also

MailServer.SSLType Property
MailClient.Connect Method

Online Tutorials

Read Email and Parse Email in C# - Tutorial
Read Email and Parse Email in VB.NET - Tutorial
Read Email and Parse Email C++/CLI - Tutorial