Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns a new WorkflowMessage object.
[Visual Basic,VBScript] Function GetNewWorkflowMessage() As IWorkflowMessage [C++] HRESULT GetNewWorkflowMessage(IWorkflowMessage** ppWorkflowMessage); [IDL] HRESULT GetNewWorkflowMessage([out, retval] IWorkflowMessage** ppWorkflowMessage);
This method allows script access to the WorkflowMessage object. The WorkflowMessage object provides message sending and tracking ability per ProcessInstance through its SendWorkflowMessage method.