The settings for the ImapClient.BeginListMessagesByPage async method. More...
Inherits Aspose::Email::Clients::Imap::PageSettings.
Public Member Functions | |
System::AsyncCallback | get_Callback () const |
References a method to be called when a corresponding asynchronous operation completes. More... | |
void | set_Callback (System::AsyncCallback value) |
References a method to be called when a corresponding asynchronous operation completes. More... | |
System::SharedPtr< System::Object > | get_State () const |
The state. More... | |
void | set_State (System::SharedPtr< System::Object > value) |
The state. More... | |
PageSettingsAsync () | |
Initializes a new instance of the PageSettingsAsync class. More... | |
PageSettingsAsync (System::SharedPtr< PageSettings > settings) | |
Initialize PageSettingsAsync from PageSettings. More... | |
Public Member Functions inherited from Aspose::Email::Clients::Imap::PageSettings | |
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 () | |
Friends | |
class | Aspose::Email::Clients::Imap::ImapClient |
The settings for the ImapClient.BeginListMessagesByPage async method.
Aspose::Email::Clients::Imap::PageSettingsAsync::PageSettingsAsync | ( | ) |
Initializes a new instance of the PageSettingsAsync class.
Aspose::Email::Clients::Imap::PageSettingsAsync::PageSettingsAsync | ( | System::SharedPtr< PageSettings > | settings | ) |
Initialize PageSettingsAsync from PageSettings.
settings |
System::AsyncCallback Aspose::Email::Clients::Imap::PageSettingsAsync::get_Callback | ( | ) | const |
References a method to be called when a corresponding asynchronous operation completes.
System::SharedPtr<System::Object> Aspose::Email::Clients::Imap::PageSettingsAsync::get_State | ( | ) | const |
The state.
void Aspose::Email::Clients::Imap::PageSettingsAsync::set_Callback | ( | System::AsyncCallback | value | ) |
References a method to be called when a corresponding asynchronous operation completes.
void Aspose::Email::Clients::Imap::PageSettingsAsync::set_State | ( | System::SharedPtr< System::Object > | value | ) |
The state.
|
friend |