Gets all the untagged IMAP response lines that were part of this response.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Function GetLines As ImapResponseLine() |
C# |
---|
public ImapResponseLine[] GetLines() |
Return Value
Untagged IMAP responses.Remarks
A single line represents a single response.