Platform SDK: Exchange 2000 Server

FileAsMapping Property

[This is preliminary documentation and subject to change.]

Defines how to construct what is displayed for the person contact.

[Visual Basic, VBScript]
Property FileAsMapping as CdoFileAsMappingID
[C++]
HRESULT get_FileAsMapping(CdoFileAsMappingID Val);
HRESULT put_FileAsMapping(CdoFileAsMappingID Val);
[IDL]
HRESULT [propget] FileAsMapping([out,retval] CdoFileAsMappingID Val);
HRESULT [proput] FileAsMapping([in] CdoFileAsMappingID Val);

Remarks

This property is also available as the urn:schemas:contacts:fileasid entry in the schema.

If the FileAs property is null, the FileAsMapping property will define how the person’s contact name is constructed from other contact fields.

The values for this property are defined by the CdoFileAsMappingID enumeration.