Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Runs compensating action scripts and cleans up when a workflow transaction is aborted.
Visual Basic] Sub OnAbort(varReceived, varUserID) [C++] HRESULT OnAbort( VARIANT varReceived, VARIANT varUserID); [IDL] HRESULT OnAbort( [in] VARIANT varReceived, [in] VARIANT varUserID);
The event sink supplies the parameters to this method. Only use this method if you are writing your own workflow event sink. The first parameter is the received message that initiated the workflow transition. The second parameter is the security ID of the last modifier of the message.