PageSettingsAsync Class

The settings for the ImapClient.BeginListMessagesByPage async method.
Inheritance Hierarchy

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class PageSettingsAsync : PageSettings

The PageSettingsAsync type exposes the following members.

Constructors
  NameDescription
Public methodPageSettingsAsync
Initializes a new instance of the PageSettingsAsync class.
Properties
  NameDescription
Public propertyAscendingSorting
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.
(Inherited from PageSettings.)
Public propertyCallback
References a method to be called when a corresponding asynchronous operation completes.
Public propertyConnection
Connection to a server.
(Inherited from PageSettings.)
Public propertyFolderName
The messages folder
(Inherited from PageSettings.)
Public propertyIgnoreExceptions
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
(Inherited from PageSettings.)
Public propertyState
The state.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also