Delegate MessageAcceptanceCallback

MessageAcceptanceCallback delegate

Callback function which is being called during the conversion process.

public delegate bool MessageAcceptanceCallback(MapiMessage mapiMessage);
ParameterTypeDescription
mapiMessageMapiMessageMapiMessage to check.

Return Value

If it returns true it indicates that message can be accepted for conversion, otherwise it will be skipped.

See Also