public class PageSettings extends Object
The settings for the ImapClient.ListMessagesByPage method
Constructor and Description |
---|
PageSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAscendingSorting()
Gets or sets value which indicates if client uses ascending or descending sorting.
|
IConnection |
getConnection()
Connection to a server.
|
String |
getFolderName()
The messages folder
|
boolean |
getIgnoreExceptions()
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
|
void |
setAscendingSorting(boolean value)
Gets or sets value which indicates if client uses ascending or descending sorting.
|
void |
setConnection(IConnection value)
Connection to a server.
|
void |
setFolderName(String value)
The messages folder
|
void |
setIgnoreExceptions(boolean value)
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
|
public final IConnection getConnection()
Connection to a server.
public final void setConnection(IConnection value)
Connection to a server.
public final boolean getIgnoreExceptions()
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
public final void setIgnoreExceptions(boolean value)
If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
public final String getFolderName()
The messages folder
public final void setFolderName(String value)
The messages folder
public final boolean getAscendingSorting()
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.
public final void setAscendingSorting(boolean value)
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.