Email Factory for .NET

PopSsl.ConnectionType Enumeration

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

public enum PopSsl.ConnectionType

Members

Member Name Description
IMPLICIT_SSLConnection type for implicit SSL/TLS connections on port 995. You must manually set the port to the desired port.
STARTTLSConnection type for explicit SSL/TLS connections using STARTTLS command on port 110. 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