 | Pop3ResponseLines Property |
Namespace: Limilabs.Client.POP3Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListStringBinaryLines as a line collection.
See Also