The Pop3MultiLineResponse type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Message |
Gets the response message without "-ERR", or "+OK" strings.
| |
| MultiLineMessage |
String that holds the response message (without "-ERR", or "+OK" strings).
The first line can be obtained through Message property.
| |
| Status |
Gets the Pop3ResponseStatus of this response.
|