com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class PageSettingsAsync



  • public class PageSettingsAsync
    extends PageSettings

    The settings for the ImapClient.BeginListMessagesByPage async method.

    • Constructor Detail

      • PageSettingsAsync

        public PageSettingsAsync()

        Initializes a new instance of the PageSettingsAsync class.

    • Method Detail

      • getCallback

        public final com.aspose.ms.System.AsyncCallback getCallback()

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

      • setCallback

        public final void setCallback(com.aspose.ms.System.AsyncCallback value)

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

      • getState

        public final Object getState()

        The state.

      • setState

        public final void setState(Object value)

        The state.