Enum ImapCommandResult

ImapCommandResult enumeration

Enumerates the imap command results.

public enum ImapCommandResult

Values

NameValueDescription
Undetermined0Indicates that the result of command is undetermined.
Success1Indicates that the command is successfully completed.
Failure2Indicates that the command failed.
Error3Indicates the protocol error or command syntax error.
ContinuationRequest4Indicates that the next part of command is expected.

See Also