PageSettings
PageSettings class
The settings for the ImapClient.ListMessagesByPage method
public class PageSettings
Constructors
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. |
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. |
See Also