public final class ImapCommandResult
extends com.aspose.ms.System.Enum
Enumerates the imap command results.
Modifier and Type | Field and Description |
---|---|
static int |
ContinuationRequest
Indicates that the next part of command is expected.
|
static int |
Error
Indicates the protocol error or command syntax error.
|
static int |
Failure
Indicates that the command failed.
|
static int |
Success
Indicates that the command is successfully completed.
|
static int |
Undetermined
Indicates that the result of command is undetermined.
|
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 Undetermined
Indicates that the result of command is undetermined.
public static final int Success
Indicates that the command is successfully completed.
public static final int Failure
Indicates that the command failed.
public static final int Error
Indicates the protocol error or command syntax error.
public static final int ContinuationRequest
Indicates that the next part of command is expected.