Aspose::Email::Clients::Pop3::Pop3MailboxInfo Class Reference

Represents the status of the mailbox. More...

Inherits Object.

Public Member Functions

int32_t get_MessageCount () const
 Gets the count of messages in the mailbox. More...
 
int64_t get_OccupiedSize () const
 Gets the occupied size of the mailbox. More...
 
 Pop3MailboxInfo (int32_t count, int64_t size)
 Initializes a new instance of the Pop3MailboxInfo class. More...
 
System::String ToString () const override
 Returns a System::String that represents this instance. More...
 

Detailed Description

Represents the status of the mailbox.

Constructor & Destructor Documentation

◆ Pop3MailboxInfo()

Aspose::Email::Clients::Pop3::Pop3MailboxInfo::Pop3MailboxInfo ( int32_t  count,
int64_t  size 
)

Initializes a new instance of the Pop3MailboxInfo class.

Parameters
countThe message count.
sizeThe occupied size.

Member Function Documentation

◆ get_MessageCount()

int32_t Aspose::Email::Clients::Pop3::Pop3MailboxInfo::get_MessageCount ( ) const

Gets the count of messages in the mailbox.

The message count.

◆ get_OccupiedSize()

int64_t Aspose::Email::Clients::Pop3::Pop3MailboxInfo::get_OccupiedSize ( ) const

Gets the occupied size of the mailbox.

The occupied size.

◆ ToString()

System::String Aspose::Email::Clients::Pop3::Pop3MailboxInfo::ToString ( ) const
override

Returns a System::String that represents this instance.

Returns
A System::String that represents this instance.