ImapResponse.GetLines Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
GetLines()
Gets all the untagged IMAP response lines that were part of this response.
Declaration
public ImapResponseLine[] GetLines()
Returns
Type | Description |
---|---|
ImapResponseLine[] | Untagged IMAP responses. |
Remarks
A single line represents a single response.