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.26106.1555
Syntax
public Quota GetQuota(
	string name
)

Parameters

name  String
Name of the quota.

Return Value

Quota
Quota with specified name.
See Also