 | MailStoreSupportsQuotas Property |
Get whether or not the mail store supports quotas.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 2.10.0
Syntaxpublic abstract bool SupportsQuotas { get; }
Property Value
Type:
Booleantrue if the mail store supports quotas; otherwise,
false.
Implements
IMailStoreSupportsQuotas
Remarks
Gets whether or not the mail store supports quotas.
See Also