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.23341.1754
Syntax
public Task<Quota> GetQuotaAsync(
	string name
)

Parameters

name
Type: SystemString
Name of the quota.

Return Value

Type: TaskQuota
Quota with specified name.
See Also