String that holds the response message (without "-ERR", or "+OK" strings). The first line can be obtained through Message property.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

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

See Also