CdoFileAsMappingID Enum
Topic Last Modified: 2006-06-11
The CdoFileAsMappingID enumeration defines values used to define how the text in the IPerson.FileAs property is to be generated. Use this enumeration to set the IPerson.FileAsMapping property.
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Values
Name | Value | Description |
---|---|---|
cdoMapToNone |
0 |
No construction. The FileAs property is not generated. The value must be set explicitly and is not changed. |
cdoMapToLastFirst |
1 |
sn, givenname middlename |
cdoMapToFirstLast |
2 |
givenname middlename sn |
cdoMapToOrg |
3 |
o |
cdoMapToLastFirstOrg |
4 |
sn, givenname , middlename, o |
cdoMapToOrgLastFirst |
5 |
o, givenname, sn, middlename |