Click or drag to resize

ImapResponse Properties

The ImapResponse type exposes the following members.

Properties
  NameDescription
Public propertyBinaryLines
Gets all lines of the response except the status line.
Public propertyLines
Gets all lines of the response except the status line as strings.
Public propertyMessage
Gets response message (without Tag and Status) e.g.: "LOGOUT completed".
Public propertyStatus
Gets status of this response.
Public propertyStatusLine
Gets the status line (including Tag, Status and Message) e.g.: "A0001 OK LOGOUT completed".
Public propertyTag
Gets tag expected for this response.
Top
See Also