Modifier and Type | Method and Description |
---|---|
ImapQuota[] |
ImapClient.endGetQuota(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapQuota[] |
ImapClient.endSetQuota(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapQuota[] |
ImapClient.getQuota(IConnection connection,
String quotaRootName)
Gets quota information
|
ImapQuota[] |
ImapClient.getQuota(String quotaRootName)
Gets quota information
|
ImapQuota[] |
ImapClient.setQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit)
Sets quota information
|
ImapQuota[] |
ImapClient.setQuota(String quotaRootName,
String resourceName,
int resourceLimit)
Sets quota information
|
Modifier and Type | Method and Description |
---|---|
List<ImapQuota> |
ImapQuotaRoot.getQuotas()
Gets usage of resource
|