public abstract static class MailStorageConverter.MailHandler
extends MulticastDelegate
Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.
| Constructor and Description |
|---|
MailStorageConverter.MailHandler() |
| Modifier and Type | Method and Description |
|---|---|
IAsyncResult |
beginInvoke(MailMessage message,
AsyncCallback callback,
Object state) |
void |
endInvoke(IAsyncResult result) |
abstract void |
invoke(MailMessage message) |
combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImplpublic abstract void invoke(MailMessage message)
public final IAsyncResult beginInvoke(MailMessage message, AsyncCallback callback, Object state)
public final void endInvoke(IAsyncResult result)
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.