Pop |
The Pop3Response type exposes the following members.
| Name | Description | |
|---|---|---|
| BinaryLines | Gets the multiline response message (without "-ERR", "+OK" status and StatusLine). | |
| Lines | Returns BinaryLines as a line collection. | |
| Message | Gets the response message (without Status) e.g.: "Done". | |
| Status | Gets the status of this response. | |
| StatusLine | Gets the status line (including Status and Message) e.g.: "+OK Done". |