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

ASPOSE_EMAIL_SHARED_API System::SharedPtr< IConnectionget_Connection () const
 Connection to a server. More...
 
ASPOSE_EMAIL_SHARED_API void set_Connection (System::SharedPtr< IConnection > value)
 Connection to a server. More...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API System::String get_FolderName () const
 The messages folder More...
 
ASPOSE_EMAIL_SHARED_API void set_FolderName (System::String value)
 The messages folder More...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API PageSettings ()
 

Detailed Description

The settings for the ImapClient.ListMessagesByPage method

Constructor & Destructor Documentation

◆ PageSettings()

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

Member Function Documentation

◆ get_AscendingSorting()

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

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

Connection to a server.

◆ get_FolderName()

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

The messages folder

◆ get_IgnoreExceptions()

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

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

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

Connection to a server.

◆ set_FolderName()

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

The messages folder

◆ set_IgnoreExceptions()

ASPOSE_EMAIL_SHARED_API 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.