Imap |
The ImapResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| BinaryLines | Gets all lines of the response except the status line. | |
| Lines | Gets all lines of the response except the status line as strings. | |
| Message | Gets response message (without Tag and Status) e.g.: "LOGOUT completed". | |
| Status | Gets status of this response. | |
| StatusLine | Gets the status line (including Tag, Status and Message) e.g.: "A0001 OK LOGOUT completed". | |
| Tag | Gets tag expected for this response. |