Click or drag to resize

MessageAcceptanceCallback Delegate

Callback function which is being called during the conversion process.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public delegate bool MessageAcceptanceCallback(
	MapiMessage mapiMessage
)

Parameters

mapiMessage
Type: Aspose.Email.MapiMapiMessage
MapiMessage to check.

Return Value

Type: Boolean
If it returns true it indicates that message can be accepted for conversion, otherwise it will be skipped.
See Also