Click or drag to resize

ImapGetQuotaRootAsync(FolderInfo, CancellationToken) Method

Gets quotas for specified folder. Not all servers support Quota, you can check which extensions remote server supports using SupportedExtensions method.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Task<List<Quota>> GetQuotaRootAsync(
	FolderInfo folder,
	CancellationToken cancel = default
)

Parameters

folder  FolderInfo
Folder name.
cancel  CancellationToken  (Optional)
A cancellation token that can be used to signal the asynchronous operation should be canceled.

Return Value

TaskListQuota
Quotas for specified folder.
See Also