Email Factory for .NET

SmtpSsl.ConnectionType Enumeration

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

public enum SmtpSsl.ConnectionType

Members

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