Aspose::Email::Clients::Imap::PageSettings Class Reference

The settings for the ImapClient.ListMessagesByPage method More...

Inherits Object.

Inherited by Aspose::Email::Clients::Imap::PageSettingsAsync.

Public Member Functions

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 ()
 

Detailed Description

The settings for the ImapClient.ListMessagesByPage method

Constructor & Destructor Documentation

◆ PageSettings()

Aspose::Email::Clients::Imap::PageSettings::PageSettings ( )

Member Function Documentation

◆ get_AscendingSorting()

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.

◆ get_Connection()

System::SharedPtr<IConnection> Aspose::Email::Clients::Imap::PageSettings::get_Connection ( ) const

Connection to a server.

◆ get_FolderName()

System::String Aspose::Email::Clients::Imap::PageSettings::get_FolderName ( ) const

The messages folder

◆ get_IgnoreExceptions()

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.

◆ set_AscendingSorting()

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.

◆ set_Connection()

void Aspose::Email::Clients::Imap::PageSettings::set_Connection ( System::SharedPtr< IConnection value)

Connection to a server.

◆ set_FolderName()

void Aspose::Email::Clients::Imap::PageSettings::set_FolderName ( System::String  value)

The messages folder

◆ set_IgnoreExceptions()

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.