FolderQuotaMaxStorageSize Property |
Gets the storage limit (in bytes) for the account or folder the quota applies to.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public long MaxStorageSize { get; }
Public ReadOnly Property MaxStorageSize As Long
Get
Property Value
Type:
Int64The non-negative
Int64 value containing the storage limit (in bytes) for the account or folder the quota applies to,
or -1 if this information is not available.
Remarks This value, if non-negative, is a multiple of 1024 (this is because the mail server actually
returns this value in kilobytes). Thus, the developer can divide it by 1024 to get the value returned by the server.
See Also