All lines of the response except the status line.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<string> Lines { get; private set; }
Visual Basic
Public Property Lines As List(Of String)
	Get
	Private Set
Visual C++
public:
property List<String^>^ Lines {
	List<String^>^ get ();
	private: void set (List<String^>^ value);
}

See Also