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... | |
Represents the status of the mailbox.
| Aspose::Email::Clients::Pop3::Pop3MailboxInfo::Pop3MailboxInfo | ( | int32_t | count, |
| int64_t | size | ||
| ) |
Initializes a new instance of the Pop3MailboxInfo class.
| count | The message count. |
| size | The occupied size. |
| int32_t Aspose::Email::Clients::Pop3::Pop3MailboxInfo::get_MessageCount | ( | ) | const |
Gets the count of messages in the mailbox.
The message count.
| int64_t Aspose::Email::Clients::Pop3::Pop3MailboxInfo::get_OccupiedSize | ( | ) | const |
Gets the occupied size of the mailbox.
The occupied size.
|
override |
Returns a System::String that represents this instance.