| Pop3ResponseLines Property |
Namespace:
Limilabs.Client.POP3
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
Return Value
Type:
ListStringBinaryLines as a line collection.
See Also