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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also