| MailStoreSupportsQuotas Property |
Get whether or not the mail store supports quotas.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public abstract bool SupportsQuotas { get; }
Property Value
Booleantrue if the mail store supports quotas; otherwise,
false.
Implements
IMailStoreSupportsQuotasRemarks
Gets whether or not the mail store supports quotas.
See Also