Share via


Fields Property (IConfiguration)

Topic Last Modified: 2006-06-13

Returns the Fields object that contains the currently defined configuration settings. This property is read-only.

Applies To

IConfiguration Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Fields As ADODB.Fields
HRESULT get_Fields(Fields** pFields);

Parameters

  • pFields
    If the method succeeds, on return the passed address holds a reference to the requested interface.

Remarks

The Microsoft® ActiveX® Data Objects (ADO) Fields object is a collection of ADO Field objects containing name/value pairs that define a configuration. The name is always a string, and the value is a VARIANT, the subtype of which depends upon the type of property.

The IConfiguration interface is normally exposed by instances of the Configuration Component Object Model (COM) class. The list of fields available for instances of the Configuration COM class can be found in the https://schemas.microsoft.com/cdo/configuration/ Namespace.

The Fields property is the default property for the interface.

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.