Specifies the result codes that the ImapClient class supports.
| Member Name | Description |
|---|---|
| resultUnknown | An unknown result code was returned by the server. |
| resultOk | The previous command completed successfully. The result string contains information about the results of the command. |
| resultNo | The previous command could not be completed. The result string contains information about why the command failed. |
| resultBad | The previous command could not be completed, the command may be invalid or not supported on the server. The result string contains information about why the command failed. |
| resultContinue | The command has executed and is waiting for additional data from the client. |
Namespace: SocketTools
Assembly: SocketTools.ImapClient (in SocketTools.ImapClient.dll)