ReceivedMessage Property
ReceivedMessage Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Returns a pointer to the IWorkflowMessage interface for correlated messages that initiate state transitions. This property is read-only.
Applies To
Type Library
Microsoft CDO Workflow Objects for Microsoft Exchange
DLL Implemented In
CDOWF.DLL
Syntax
[Visual Basic]Property ReceivedMessage As WorkflowMessage
[C++]HRESULT get_ReceivedMessage(IWorkflowMessage** varReceivedMessage);
Parameters
- varReceivedMessage
Returned reference to an IWorkflowMessage Interface.
Remarks
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 Property. In this case, ReceivedMessage returns a pointer to the correlated message. If a new workflow is initiated by e-mail, the workflow engine creates a new ProcessInstance and the ReceivedMessage property returns nothing.
See Also
Send us your feedback about the Microsoft Exchange Server 2003 SDK.
Build: June 2007 (2007.618.1)
© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.