The settings for the ImapClient.ListMessagesByPage method More...
Inherits Object.
Inherited by Aspose::Email::Clients::Imap::PageSettingsAsync.
Public Member Functions | |
| System::SharedPtr< IConnection > | get_Connection () const |
| Connection to a server. More... | |
| void | set_Connection (System::SharedPtr< IConnection > value) |
| Connection to a server. More... | |
| bool | get_IgnoreExceptions () const |
| If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions. More... | |
| void | set_IgnoreExceptions (bool value) |
| If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions. More... | |
| System::String | get_FolderName () const |
| The messages folder More... | |
| void | set_FolderName (System::String value) |
| The messages folder More... | |
| bool | get_AscendingSorting () const |
| Gets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false. More... | |
| void | set_AscendingSorting (bool value) |
| Sets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false. More... | |
| PageSettings () | |
The settings for the ImapClient.ListMessagesByPage method
| Aspose::Email::Clients::Imap::PageSettings::PageSettings | ( | ) |
| bool Aspose::Email::Clients::Imap::PageSettings::get_AscendingSorting | ( | ) | const |
Gets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.
| System::SharedPtr<IConnection> Aspose::Email::Clients::Imap::PageSettings::get_Connection | ( | ) | const |
Connection to a server.
| System::String Aspose::Email::Clients::Imap::PageSettings::get_FolderName | ( | ) | const |
The messages folder
| bool Aspose::Email::Clients::Imap::PageSettings::get_IgnoreExceptions | ( | ) | const |
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
| void Aspose::Email::Clients::Imap::PageSettings::set_AscendingSorting | ( | bool | value | ) |
Sets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.
| void Aspose::Email::Clients::Imap::PageSettings::set_Connection | ( | System::SharedPtr< IConnection > | value | ) |
Connection to a server.
| void Aspose::Email::Clients::Imap::PageSettings::set_FolderName | ( | System::String | value | ) |
The messages folder
| void Aspose::Email::Clients::Imap::PageSettings::set_IgnoreExceptions | ( | bool | value | ) |
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.