PageSettings

PageSettings class

The settings for the ImapClient.ListMessagesByPage method

Constructors

NameDescription
PageSettings

Methods

NameDescription
get_AscendingSortingGets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.
get_ConnectionConnection to a server.
get_FolderNameThe messages folder
get_IgnoreExceptionsIf the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
set_AscendingSortingSets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.
set_ConnectionConnection to a server.
set_FolderNameThe messages folder
set_IgnoreExceptionsIf the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.