Properties Property
Properties Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Returns the ISessionProps Interface for the WorkflowSession object. This property is read-only.
Applies To
Type Library
Microsoft CDO Workflow Objects for Microsoft Exchange
DLL Implemented In
CDOWF.DLL
Syntax
[Visual Basic]Property Properties As ISessionProps
[C++]HRESULT get_Properties(ISessionProps* pVal);
Parameters
- pVal
Returned reference to an ISessionProps Interface.
Remarks
This property returns a read-only pointer to the ISessionProps Interface, which you can use for persisting custom properties within a session. Although the pointer is read-only, the interface allows you to read and write properties to the underlying ProcessInstance row in the Exchange store. This enables you to access those properties from several function calls within a session. A session lasts for only one ProcessInstance transition.
See Also
Send us your feedback about the Microsoft Exchange Server 2003 SDK.
Build: June 2007 (2007.618.1)
© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.