Aspose::Email::Clients::Imap::PageSettingsAsync Class Reference

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< IConnectionget_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
 

Detailed Description

The settings for the ImapClient.BeginListMessagesByPage async method.

Constructor & Destructor Documentation

◆ PageSettingsAsync() [1/2]

Aspose::Email::Clients::Imap::PageSettingsAsync::PageSettingsAsync ( )

Initializes a new instance of the PageSettingsAsync class.

◆ PageSettingsAsync() [2/2]

Aspose::Email::Clients::Imap::PageSettingsAsync::PageSettingsAsync ( System::SharedPtr< PageSettings settings)

Initialize PageSettingsAsync from PageSettings.

Parameters
settings

Member Function Documentation

◆ get_Callback()

System::AsyncCallback Aspose::Email::Clients::Imap::PageSettingsAsync::get_Callback ( ) const

References a method to be called when a corresponding asynchronous operation completes.

◆ get_State()

System::SharedPtr<System::Object> Aspose::Email::Clients::Imap::PageSettingsAsync::get_State ( ) const

The state.

◆ set_Callback()

void Aspose::Email::Clients::Imap::PageSettingsAsync::set_Callback ( System::AsyncCallback  value)

References a method to be called when a corresponding asynchronous operation completes.

◆ set_State()

void Aspose::Email::Clients::Imap::PageSettingsAsync::set_State ( System::SharedPtr< System::Object >  value)

The state.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::ImapClient