Platform SDK: Exchange 2000 Server

StateTo Property

[This is preliminary documentation and subject to change.]

Contains the state of the process instance after a transition.

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

Remarks

This value of this property may be null depending on the type of transition this process instance represents.

See Also

IWorkflowSession