Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns a pointer to the IWorkflowMessage interface for correlated messages that initiate state transitions. (Read-only)
[Visual Basic,VBScript] Property ReceivedMessage As WorkflowMessage [C++] HRESULT ReceivedMessage(IWorkflowMessage** varReceivedMessage); [IDL] HRESULT ReceivedMessage([out, retval] IWorkflowMessage** varReceivedMessage);
When a message arrives in a folder in response to an existing workflow process, the workflow engine correlates it with the ongoing process and makes an entry in the TrackingTable.
(Read-only)