com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MessageAcceptanceCallback

  • java.lang.Object
    • com.aspose.ms.System.Delegate
      • com.aspose.ms.System.MulticastDelegate
        • com.aspose.email.MessageAcceptanceCallback


  • public abstract class MessageAcceptanceCallback
    extends com.aspose.ms.System.MulticastDelegate

    Callback function which is being called during the conversion process.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.IAsyncResult beginInvoke(MapiMessage mapiMessage, com.aspose.ms.System.AsyncCallback callback, Object state) 
      boolean endInvoke(com.aspose.ms.System.IAsyncResult result) 
      abstract boolean invoke(MapiMessage mapiMessage) 
      • Methods inherited from class com.aspose.ms.System.MulticastDelegate

        combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImpl
      • Methods inherited from class com.aspose.ms.System.Delegate

        combine, combine, op_Equality, op_Inequality, peekOutRefParam, peekResult, pushOutRefParams, pushResult, remove, removeAll, setException, throwException
    • Constructor Detail

      • MessageAcceptanceCallback

        public MessageAcceptanceCallback()
    • Method Detail

      • invoke

        public abstract boolean invoke(MapiMessage mapiMessage)
      • beginInvoke

        public final com.aspose.ms.System.IAsyncResult beginInvoke(MapiMessage mapiMessage,
                                                    com.aspose.ms.System.AsyncCallback callback,
                                                    Object state)
      • endInvoke

        public final boolean endInvoke(com.aspose.ms.System.IAsyncResult result)