Gets quotas for specified folder. 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 List<Quota> GetQuotaRoot(
	string folder
)
Visual Basic
Public Function GetQuotaRoot ( _
	folder As String _
) As List(Of Quota)
Visual C++
public:
List<Quota^>^ GetQuotaRoot(
	String^ folder
)

Parameters

folder
Type: System..::..String
Folder name.

Return Value

Quotas for specified folder.

See Also