Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns the ADO Fields object for the person contact.
[Visual Basic, VBScript] Property Fields as ADODB.Fields Read-only [C++] HRESULT get_Fields(Fields** pVal); [IDL] HRESULT [propget] Fields([out,retval] Fields** pVal);
The ADO Fields object is a collection of ADO Field objects that contain persistent information about the person contact. Each Field object holds a name/value pair defining an attribute for the person contact as stored in the Exchange schema. The name is always a string, and the value varies depending on the schema definition for the name. See the urn:schemas:contacts: namespace for information on contact properties.