Aspose::Email::Clients::Imap::ImapQuota Class Reference

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
 

Detailed Description

Contains information about quota for mailbox resource.

Constructor & Destructor Documentation

◆ ImapQuota()

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

Parameters
quotaRootNamequpta root name
resourceNameresource name
usedusage of resource
limitlimit for resource

Member Function Documentation

◆ get_Limit()

int32_t Aspose::Email::Clients::Imap::ImapQuota::get_Limit ( ) const

Gets limit for resource

◆ get_QuotaRootName()

System::String Aspose::Email::Clients::Imap::ImapQuota::get_QuotaRootName ( ) const

Gets qupta root name

◆ get_ResourceName()

System::String Aspose::Email::Clients::Imap::ImapQuota::get_ResourceName ( ) const

Gets resource name

◆ get_Used()

int32_t Aspose::Email::Clients::Imap::ImapQuota::get_Used ( ) const

Gets usage of resource

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::Commands::GetQuotaCommand

friend class Aspose::Email::Clients::Imap::Commands::GetQuotaCommand
friend