The amount of free 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 FreeStorage { get; private set; }

Remarks

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

See Also