public final class SecurityOptions
extends com.aspose.ms.System.Enum
Security mode for a mail client
Modifier and Type | Field and Description |
---|---|
static short |
Auto
Auto selection mode
|
static short |
None
Connection is not secured.
|
static short |
SSLAuto
Uses SSL/TLS implicit or SSL/TLS explicit mode automatically.
|
static short |
SSLExplicit
Uses the STARTTLS command to start SSL/TLS connection.
|
static short |
SSLImplicit
Establishes a SSL/TLS connection first.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final short None
Connection is not secured.
public static final short SSLExplicit
Uses the STARTTLS command to start SSL/TLS connection.
public static final short SSLImplicit
Establishes a SSL/TLS connection first.
public static final short SSLAuto
Uses SSL/TLS implicit or SSL/TLS explicit mode automatically.
public static final short Auto
Auto selection mode