Chameleon and Iguana Plugin C# Class Libraries

Destination.ResubmissionPreviewMessageReceived Event

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

[Visual Basic]
Public Event ResubmissionPreviewMessageReceived As ResubmissionPreviewMessageReceivedEvent
[C#]
public event ResubmissionPreviewMessageReceivedEvent ResubmissionPreviewMessageReceived;

Remarks

Plugins should simulate the processing that would be performed by the MessageReceived 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.

See Also

Destination Class | iNTERFACEWARE.Iguana.Plugin Namespace