Click or drag to resize

Pop3Response Properties

The Pop3Response type exposes the following members.

Properties
  NameDescription
Public propertyBinaryLines
Gets the multiline response message (without "-ERR", "+OK" status and StatusLine).
Public propertyLines
Returns BinaryLines as a line collection.
Public propertyMessage
Gets the response message (without Status) e.g.: "Done".
Public propertyStatus
Gets the status of this response.
Public propertyStatusLine
Gets the status line (including Status and Message) e.g.: "+OK Done".
Top
See Also