Platform SDK: Exchange 2000 Server

Properties Property

[This is preliminary documentation and subject to change.]

Returns the ISessionProps interface for the WorkflowSession object.

[Visual Basic]
Public Property Properties as ISessionProps 'read-only
[C++]
HRESULT get_Properties(_ISessionProps* pVal);
[IDL]
HRESULT [propget] Properties([out,retval] _ISessionProps* pVal);

Remarks

This property returns a read-only pointer to the ISessionProps interface, which you can use for persisting custom properties within a session. While the pointer is read-only, the interface allows you to read and write properties to the underlying ProcessInstance row in the Exchange Web Store. This enables you to access those properties from several function calls within a session. A session lasts for one ProcessInstance transition.

See Also

IWorkflowSession