Aspose::Email::Clients::Imap::ImapQuotaRoot Class Reference

Contains information about quota root for mailbox resource. More...

Inherits Object.

Public Member Functions

System::String get_QuotaRootName () const
 Gets qupta root name More...
 
System::String get_MailboxName () const
 Gets mailbox name More...
 
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< ImapQuota > > > get_Quotas () const
 Gets usage of resource More...
 
 ImapQuotaRoot (System::String mailboxName, System::String quotaRootName)
 Initializes a new instance of ImapQuota class More...
 
 ImapQuotaRoot (System::String mailboxName, System::String quotaRootName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapQuota >>> quotas)
 Initializes a new instance of ImapQuotaRoot class More...
 

Friends

class Aspose::Email::Clients::Imap::Commands::GetQuotaRootCommand
 

Detailed Description

Contains information about quota root for mailbox resource.

Constructor & Destructor Documentation

◆ ImapQuotaRoot() [1/2]

Aspose::Email::Clients::Imap::ImapQuotaRoot::ImapQuotaRoot ( System::String  mailboxName,
System::String  quotaRootName 
)

Initializes a new instance of ImapQuota class

Parameters
mailboxNameThe name of mailbox.
quotaRootNamequpta root name

◆ ImapQuotaRoot() [2/2]

Aspose::Email::Clients::Imap::ImapQuotaRoot::ImapQuotaRoot ( System::String  mailboxName,
System::String  quotaRootName,
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapQuota >>>  quotas 
)

Initializes a new instance of ImapQuotaRoot class

Parameters
mailboxNamemailbox name
quotaRootNamequpta root name
quotas

Member Function Documentation

◆ get_MailboxName()

System::String Aspose::Email::Clients::Imap::ImapQuotaRoot::get_MailboxName ( ) const

Gets mailbox name

◆ get_QuotaRootName()

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

Gets qupta root name

◆ get_Quotas()

System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<ImapQuota> > > Aspose::Email::Clients::Imap::ImapQuotaRoot::get_Quotas ( ) const

Gets usage of resource

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::Commands::GetQuotaRootCommand

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