Event raised upon receipt of a resubmission preview message from Iguana.
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.