Platform SDK: Exchange 2000 Server

StateFrom Property

[This is preliminary documentation and subject to change.]

Contains the state of the process instance before a transition.

[Visual Basic]
Public Property StateFrom as String 'read-only
[C++]
HRESULT get_StateFrom(BSTR* pVal);
[IDL]
HRESULT [propget] StateFrom([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