Fields Property
Fields 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.
The Fields property specifies the Fields collection for the object. This property is read-only.
Applies To
Type Library
Microsoft CDO for Exchange Management Library
DLL Implemented In
CDOEXM.DLL
Syntax
[Visual Basic]Property Fields As ADODB.Fields
[C++]HRESULT get_Fields(Fields** pVal);
Parameters
- pVal
Returns a reference to the Fields collection of the object.
Remarks
The Fields property obtains a collection of Microsoft ActiveX Data Objects (ADO) Field objects, each of which contains a field relating to the MailboxStoreDB CoClass object.
Note When you use the ADO Fields.Update method, field values are updated only in memory. You must call Save Method to save the changes to the Exchange store. To get the IDataSource Interface, use the GetInterface Method on the Collaboration Data Objects (CDO) object.
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.