Class PageSettingsAsync
Contents
[
Hide
]PageSettingsAsync class
The settings for the ImapClient.BeginListMessagesByPage async method.
public class PageSettingsAsync : PageSettings
Constructors
Name | Description |
---|---|
PageSettingsAsync() | Initializes a new instance of the PageSettingsAsync class. |
Properties
Name | Description |
---|---|
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
- class PageSettings
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email