SslOption EnumerationIpswitch.Messaging.Framework
Specifies what method to use in establishing an SSL connection.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public enum SslOption
Members

  Member nameValueDescription
None0 Indicates that no SSL connection should be used when connecting to the server.
StartTls1 Indicates that an SSL connection should be established by beginning the connection without SSL, then issuing a STARTTLS command to the server to switch to an SSL connection. This is the preferred method for establishing an SSL connection.
Ssl2 Indicates that an SSL connection should be established by switching to an SSL connection immediately after connecting to the server.
See Also

Reference