SecurityOptions

SecurityOptions enumeration

Security mode for a mail client

Members

Member nameDescription
NONEConnection is not secured.
SSL_EXPLICITUses the STARTTLS command to start SSL/TLS connection.
SSL_IMPLICITEstablishes a SSL/TLS connection first.
SSL_AUTOUses SSL/TLS implicit or SSL/TLS explicit mode automatically.
AUTOAuto selection mode

See Also