Platform SDK: Exchange 2000 Server

CurrentState Property

[This is preliminary documentation and subject to change.]

Contains any string of characters that represents the state of the ProcessInstance item set by the workflow engine. (Read-only)

[Visual Basic,VBScript]
Public Property CurrentState as String
read-only
[C++]
HRESULT get_CurrentState(BSTR* pVal);
[IDL]
HRESULT [propget] CurrentState([out,retval] BSTR* pVal);

Remarks

This string property contains the name of a logical state for this process instance, such as Expired, Submitted, or Approved. The workflow engine compares this property to rows in an action table to determine what action to take.