ImapCommandResult

ImapCommandResult enumeration

Enumerates the imap command results.

Members

Member nameDescription
UNDETERMINEDIndicates that the result of command is undetermined.
SUCCESSIndicates that the command is successfully completed.
FAILUREIndicates that the command failed.
ERRORIndicates the protocol error or command syntax error.
CONTINUATION_REQUESTIndicates that the next part of command is expected.

See Also