PageSettings

PageSettings class

The settings for the ImapClient.ListMessagesByPage method

The PageSettings type exposes the following members:

Constructors

NameDescription
PageSettings()Initializes a new instance of the PageSettings class

Properties

NameDescription
connectionConnection to a server.
ignore_exceptionsIf the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
folder_nameThe messages folder
ascending_sortingGets or sets value which indicates if client uses ascending or descending sorting.
Set true if you want to use ascending sorting, otherwise set false.

See Also