The Pop3MultiLineResponse type exposes the following members.

Properties

  NameDescription
Public propertyMessage
Gets the response message without "-ERR", or "+OK" strings.
Public propertyMultiLineMessage
String that holds the response message (without "-ERR", or "+OK" strings). The first line can be obtained through Message property.
Public propertyStatus
Gets the Pop3ResponseStatus of this response.

See Also