OnResubmissionPreviewMessageReceived event

Event raised upon receipt of a resubmission preview message from Iguana.

Applies to

TIGCdestination

Declaration

property OnResubmissionPreviewMessageReceived : TIGCdestinationResubmissionPreviewMessageReceivedEvent;

Description

Plugins should simulate the processing that would be performed by the OnMessageReceived event handler without causing external side effects. For example, database changes should not be made for resubmission preview messages.

Exceptions should never be allowed to propagate out of the event handler. Event handlers should catch and handle all exceptions internally.


Chameleon Delphi Documentation