PageSettingsAsync

PageSettingsAsync class

The settings for the ImapClient.BeginListMessagesByPage async method.

The PageSettingsAsync type exposes the following members:

Constructors

NameDescription
PageSettingsAsync()Initializes a new instance of the PageSettingsAsync 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.
stateThe state.

See Also