Click or drag to resize

ImapGetQuota 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 Quota GetQuota(
	string name
)

Parameters

name
Type: SystemString
Name of the quota.

Return Value

Type: Quota
Quota with specified name.
See Also