Contains information about quota for mailbox resource. More...
Inherits Object.
Public Member Functions | |
System::String | get_QuotaRootName () const |
Gets qupta root name More... | |
System::String | get_ResourceName () const |
Gets resource name More... | |
int32_t | get_Used () const |
Gets usage of resource More... | |
int32_t | get_Limit () const |
Gets limit for resource More... | |
ImapQuota (System::String quotaRootName, System::String resourceName, int32_t used, int32_t limit) | |
Initializes a new instance of ImapQuota class More... | |
Friends | |
class | Aspose::Email::Clients::Imap::Commands::GetQuotaCommand |
Contains information about quota for mailbox resource.
Aspose::Email::Clients::Imap::ImapQuota::ImapQuota | ( | System::String | quotaRootName, |
System::String | resourceName, | ||
int32_t | used, | ||
int32_t | limit | ||
) |
Initializes a new instance of ImapQuota class
quotaRootName | qupta root name |
resourceName | resource name |
used | usage of resource |
limit | limit for resource |
int32_t Aspose::Email::Clients::Imap::ImapQuota::get_Limit | ( | ) | const |
Gets limit for resource
System::String Aspose::Email::Clients::Imap::ImapQuota::get_QuotaRootName | ( | ) | const |
Gets qupta root name
System::String Aspose::Email::Clients::Imap::ImapQuota::get_ResourceName | ( | ) | const |
Gets resource name
int32_t Aspose::Email::Clients::Imap::ImapQuota::get_Used | ( | ) | const |
Gets usage of resource
|
friend |