public final class PipeliningMode
extends com.aspose.ms.System.Enum
Defines how mail client supports the pipelining
Modifier and Type | Field and Description |
---|---|
static int |
Auto
Client enables pipelining mode in case if server declares that pipelining is supported
|
static int |
Disabled
Pipelining mode is disabled.
|
static int |
Enabled
Pipelining mode is enabled.
|
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 int Auto
Client enables pipelining mode in case if server declares that pipelining is supported
public static final int Enabled
Pipelining mode is enabled.
public static final int Disabled
Pipelining mode is disabled.