PageSettings
Contents
[
Hide
]PageSettings class
The settings for the ImapClient.ListMessagesByPage method
Constructors
| Name | Description |
|---|---|
| PageSettings |
Methods
| Name | Description |
|---|---|
| get_AscendingSorting | Gets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false. |
| get_Connection | Connection to a server. |
| get_FolderName | The messages folder |
| get_IgnoreExceptions | If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions. |
| set_AscendingSorting | Sets value which indicates if client uses ascending or descending sorting. Set true if you want to use ascending sorting, otherwise set false. |
| set_Connection | Connection to a server. |
| set_FolderName | The messages folder |
| set_IgnoreExceptions | If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions. |