Platform SDK: Exchange 2000 Server

Fields Property

[This is preliminary documentation and subject to change.]

The property collection for the object.

[Visual Basic,VBScript]
Property Fields As Fields
[C++]
HRESULT Fields([out, retval] Fields** varFields);
[IDL]
HRESULT Fields([out, retval] Fields** varFields);

Remarks

In general, you have three methods for assigning properties with Microsoft® ActiveX® Data Objects (ADO) and Collaboration Data Objects (CDO).

CDO Workflow does not support the second method for workflow schema properties. You can only use the second method for your own custom properties.

See Also

IItem.Fields

IProcessInstance