Delegate MessageAcceptanceCallback
MessageAcceptanceCallback delegate
Callback function which is being called during the conversion process.
public delegate bool MessageAcceptanceCallback(MapiMessage mapiMessage);
| Parameter | Type | Description |
|---|---|---|
| mapiMessage | MapiMessage | MapiMessage to check. |
Return Value
If it returns true it indicates that message can be accepted for conversion, otherwise it will be skipped.
See Also
- class MapiMessage
- namespace Aspose.Email
- assembly Aspose.Email