Click or drag to resize

ImapGetQuotaAsync Method

Gets quota with specified name. 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<Quota> GetQuotaAsync(
	string name,
	CancellationToken cancel = default
)

Parameters

name  String
Name of the quota.
cancel  CancellationToken  (Optional)
A cancellation token that can be used to signal the asynchronous operation should be canceled.

Return Value

TaskQuota
Quota with specified name.
See Also