| ImapResponseLines Property |
Gets all lines of the response except the status line as strings.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> Lines { get; }
Public ReadOnly Property Lines As List(Of String)
Get
public:
property List<String^>^ Lines {
List<String^>^ get ();
}
member Lines : List<string> with get
Property Value
Type:
ListStringSee Also