Gets STORAGE limit (sum of messages' RFC822.SIZE, in units of 1024 octets) or null if not found.

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

Syntax

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

See Also