Gets MESSAGE limit (number of messages) or null if not found.

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

Syntax

C#
public QuotaLimit Message { get; }
Visual Basic
Public ReadOnly Property Message As QuotaLimit
	Get
Visual C++
public:
property QuotaLimit^ Message {
	QuotaLimit^ get ();
}

See Also