PageSettingsAsync

Inheritance: java.lang.Object, com.aspose.email.PageSettings

public class PageSettingsAsync extends PageSettings

The settings for the ImapClient.BeginListMessagesByPage async method.

Constructors

ConstructorDescription
PageSettingsAsync()Initializes a new instance of the PageSettingsAsync class.

Methods

MethodDescription
equals(Object arg0)
getAscendingSorting()Gets or sets value which indicates if client uses ascending or descending sorting.
getCallback()References a method to be called when a corresponding asynchronous operation completes.
getClass()
getConnection()Connection to a server.
getFolderName()The messages folder
getIgnoreExceptions()If the property is set to true, exceptions that occur during message processing will be caught and placed in the ImapPageInfo.Items.Exceptions.
getState()The state.
hashCode()
notify()
notifyAll()
setAscendingSorting(boolean value)Gets or sets value which indicates if client uses ascending or descending sorting.
setCallback(System.AsyncCallback value)References a method to be called when a corresponding asynchronous operation completes.
setConnection(IConnection value)Connection to a server.
setFolderName(String value)The messages folder
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.
setState(Object value)The state.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PageSettingsAsync()

public PageSettingsAsync()

Initializes a new instance of the PageSettingsAsync class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAscendingSorting()

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.

Returns: boolean

getCallback()

public final System.AsyncCallback getCallback()

References a method to be called when a corresponding asynchronous operation completes.

Returns: com.aspose.ms.System.AsyncCallback

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getConnection()

public final IConnection getConnection()

Connection to a server.

Returns: IConnection

getFolderName()

public final String getFolderName()

The messages folder

Returns: java.lang.String

getIgnoreExceptions()

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.

Returns: boolean

getState()

public final Object getState()

The state.

Returns: java.lang.Object

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAscendingSorting(boolean value)

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.

Parameters:

ParameterTypeDescription
valueboolean

setCallback(System.AsyncCallback value)

public final void setCallback(System.AsyncCallback value)

References a method to be called when a corresponding asynchronous operation completes.

Parameters:

ParameterTypeDescription
valuecom.aspose.ms.System.AsyncCallback

setConnection(IConnection value)

public final void setConnection(IConnection value)

Connection to a server.

Parameters:

ParameterTypeDescription
valueIConnection

setFolderName(String value)

public final void setFolderName(String value)

The messages folder

Parameters:

ParameterTypeDescription
valuejava.lang.String

setIgnoreExceptions(boolean value)

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.

Parameters:

ParameterTypeDescription
valueboolean

setState(Object value)

public final void setState(Object value)

The state.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int