The Pop3MultiLineResponse type exposes the following members.

Properties

  NameDescription
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 response status (Positive, Negative, Error).

See Also