 | ImapGetQuotaRoot(String) Method |
Gets quotas for specified folder.
Not all servers support
Quota, you can check which extensions remote server supports using
SupportedExtensions method.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<Quota> GetQuotaRoot(
string folder
)
Public Function GetQuotaRoot (
folder As String
) As List(Of Quota)
public:
List<Quota^>^ GetQuotaRoot(
String^ folder
)
member GetQuotaRoot :
folder : string -> List<Quota> Parameters
- folder String
- Folder name.
Return Value
ListQuotaQuotas for specified folder.
See Also