FileAsMapping

FileAsMapping enumeration

Specifies how to generate and recompute the value of the dispidFileAs property when other contact name properties change.
Coincides MS-OXPROPS revision 16.2 from 7/31/2014

Members

Member nameDescription
EMPTYEmpty value.
DISPLAY_NAMEDisplayName
FIRST_NAMEGivenName
LAST_NAMESurname
ORGANIZATIONCompanyName
FIRST_MIDDLE_LAST_GENGivenName MiddleName Surname Generation
LAST_FIRST_MIDDLESurname, GivenName MiddleName
LAST_FIRST_MIDDLE2SurnameGivenName MiddleName
LAST_FIRST_MIDDLE3Surname GivenName MiddleName
ORG_LAST_FIRST_MIDDLECompanyName\r\nSurname, GivenName MiddleName
ORG_LAST_FIRST_MIDDLE2CompanyName\r\nSurnameGivenName MiddleName
ORG_LAST_FIRST_MIDDLE3CompanyName\r\nSurname GivenName MiddleName
LAST_FIRST_MIDDLE_ORGSurname, GivenName MiddleName\r\nCompanyName
LAST_FIRST_MIDDLE_ORG2SurnameGivenName MiddleName\r\nCompanyName
LAST_FIRST_MIDDLE_ORG3Surname GivenName PidTagMiddleName\r\nCompanyName
LAST_FIRST_MIDDLE_GENSurname GivenName MiddleName Generation
LAST_FIRST_MIDDLE_GEN2SurnameGivenName MiddleName Generation
BEST_MATCHSpecifies that, when displaying the contact,
the application should attempt to use the current value of dispidFileUnder and other contact properties
to find a “best match” for dispidFileUnderId to one of the previous values in this table.
ACCORDING_TO_LOCALESpecifies that, when displaying the contact,
the application should choose the appropriate default values (according to the language locale)
for dispidFileUnderId and update dispidFileUnder to match the choice.
NONESpecifies that, FileUnder is a user-provided, and should not be changed when another contact name property changes.
I.e. value of FileUnder is not constructed from other properties.

See Also