Click or drag to resize
MimeKit

MailStoreSupportsQuotas Property

Get whether or not the mail store supports quotas.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public abstract bool SupportsQuotas { get; }

Property Value

Boolean
if the mail store supports quotas; otherwise, .

Implements

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