ImapClient.SetQuota
SetQuota(IConnection, string, string, int)
Sets quota information
public ImapQuota[] SetQuota(IConnection connection, string quotaRootName, string resourceName,
int resourceLimit)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
quotaRootName | String | quota root name |
resourceName | String | resource name |
resourceLimit | Int32 | resource limit |
Return Value
Quota information
See Also
- class ImapQuota
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
SetQuota(string, string, int)
Sets quota information
public ImapQuota[] SetQuota(string quotaRootName, string resourceName, int resourceLimit)
Parameter | Type | Description |
---|---|---|
quotaRootName | String | quota root name |
resourceName | String | resource name |
resourceLimit | Int32 | resource limit |
Return Value
Quota information
See Also
- class ImapQuota
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email