The amount of used storage in the mailbox, measured in bytes.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public ulong UsedStorage { get; private set; }

Remarks

Not all IMAP servers support the retrieval of quota information. If it is not possible to retrieve the amount of used storage, this property will be 0.

See Also