MailBee.NET Objects 7.2

FolderQuota.CurrentStorageSize Property

Gets the size (in bytes) of the currently used space in the account or folder the quota applies to.

public long CurrentStorageSize {get;}

Property Value

The non-negative Int64 value containing the size (in bytes) of the currently used space in 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

FolderQuota Class | MailBee.ImapMail Namespace