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.12102.1426

Syntax

C#
public Quota GetQuota(
	string name
)
Visual Basic
Public Function GetQuota ( _
	name As String _
) As Quota
Visual C++
public:
Quota^ GetQuota(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the quota.

Return Value

Quota with specified name.

See Also