Status of this response.

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

Syntax

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

See Also