Email Factory for .NET

ImapSsl.ConnectionType Enumeration

Specifies the type of security protocol that an instance of the SocketSsl class can use.

public enum ImapSsl.ConnectionType

Members

Member Name Description
IMPLICIT_SSLConnection type for implicit SSL/TLS connections on port 993. You must manually set the port to the desired port.
STARTTLSConnection type for explicit SSL/TLS connections using STARTTLS command on port 143. You must manually set the port to the desired port.

Requirements

Namespace: Jscape.Email

Assembly: Jscape.Email (in Jscape.Email.dll)

See Also

Jscape.Email Namespace