Represents status of IMAP response.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public enum ImapResponseStatus |
| Visual Basic |
|---|
Public Enumeration ImapResponseStatus |
| Visual C++ |
|---|
public enum class ImapResponseStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Negative | 0 | Received "NO" response. | |
| Positive | 1 | Received "OK" response. | |
| Error | 2 | Received "BAD" response. | |
| SendMoreData | 3 | Received more data response ('+'). |