Click or drag to resize
MimeKit

ImapClientSupportsQuotas Property

Get whether or not the mail store supports quotas.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public override bool SupportsQuotas { get; }

Property Value

Boolean
true if the mail store supports quotas; otherwise, false.

Implements

IMailStoreSupportsQuotas
IMailStoreSupportsQuotas
Remarks
Gets whether or not the mail store supports quotas.
See Also