Class PageSettingsAsync

PageSettingsAsync class

The settings for the ImapClient.BeginListMessagesByPage async method.

public class PageSettingsAsync : PageSettings

Constructors

NameDescription
PageSettingsAsync()Initializes a new instance of the PageSettingsAsync class.

Properties

NameDescription
AscendingSorting { get; set; }Gets or sets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false.
Callback { get; set; }References a method to be called when a corresponding asynchronous operation completes.
Connection { get; set; }Connection to a server.
FolderName { get; set; }The messages folder
IgnoreExceptions { get; set; }If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
State { get; set; }The state.

See Also