| IMailFolderGetQuota Method |
Get the quota information for the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax FolderQuota GetQuota(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
FolderQuotaThe folder quota.
Remarks Gets the quota information for the folder.
To determine if a quotas are supported, check the
SupportsQuotas property.
See Also