3.1.4.1.2.4 t:FileAsMappingType Simple Type
The FileAsMappingType simple type defines how to construct what is displayed for a contact (2) in the FileAs property.
-
<xs:simpleType name="FileAsMappingType"> <xs:restriction base="xs:string" > <xs:enumeration value="None" /> <xs:enumeration value="LastCommaFirst" /> <xs:enumeration value="FirstSpaceLast" /> <xs:enumeration value="Company" /> <xs:enumeration value="LastCommaFirstCompany" /> <xs:enumeration value="CompanyLastFirst" /> <xs:enumeration value="LastFirst" /> <xs:enumeration value="LastFirstCompany" /> <xs:enumeration value="CompanyLastCommaFirst" /> <xs:enumeration value="LastFirstSuffix" /> <xs:enumeration value="LastSpaceFirstCompany" /> <xs:enumeration value="CompanyLastSpaceFirst" /> <xs:enumeration value="LastSpaceFirst" /> <xs:enumeration value="DisplayName" /> <xs:enumeration value="FirstName" /> <xs:enumeration value="LastFirstMiddleSuffix" /> <xs:enumeration value="LastName" /> <xs:enumeration value="Empty" /> </xs:restriction> </xs:simpleType>
Enumeration
The following values are defined by the FileAsMappingType simple type:
Value |
Meaning |
---|---|
None |
Indicates that the FileAs value is not constructed from properties of other contacts (2), but is represented by a string, saved "as is". |
LastCommaFirst |
Indicates that the contact (2) is displayed as the last name followed by a comma, a space, the first name, a space, and the middle name. |
FirstSpaceLast |
Indicates that the contact (2) is displayed as the first name followed by a space, the middle name, a space, the last name, a space, and the suffix for the contact (2). |
Company |
Indicates that the company name is displayed. |
LastCommaFirstCompany |
Indicates that the contact (2) is displayed as the last name, a comma, a space, the first name, a space, the middle name, a space, a left parenthesis, the company name, and a right parenthesis. |
CompanyLastFirst |
Indicates that the contact (2) is displayed as the company name, a space, a left parenthesis, the last name, the first name, a space, the middle name, and a right parenthesis. |
LastFirst |
Indicates that the contact (2) is displayed as the last name followed by the first name, a space, and the middle name. |
LastFirstCompany |
Indicates that the contact (2) is displayed as the last name, the first name, a space, the middle name, a space, a left parenthesis, the company name, and a right parenthesis. |
CompanyLastCommaFirst |
Indicates that the contact (2) is displayed as the company name, a space, a left parenthesis, the last name, a comma, a space, and the first name, a space, the middle name, and a right parenthesis. |
LastFirstSuffix |
Indicates that the contact (2) is displayed as the last name, the first name, a space, and the suffix for the contact. |
LastSpaceFirstCompany |
Indicates that the contact (2) is displayed as the last name, a space, the first name, a space, the middle name, a space, a left parenthesis, the company name, and a right parenthesis. |
CompanyLastSpaceFirst |
Indicates that the contact (2) is displayed as the company name, a space, a left parenthesis, the last name, a space, the first name, a space, the middle name, and a right parenthesis. |
LastSpaceFirst |
Indicates that the contact (2) is displayed as the last name, followed by a space, the first name, a space, and the middle name. |
DisplayName<59> |
Indicates that the contact (2) is displayed as the display name. |
FirstName<60> |
Indicates that the contact (2) is displayed as the first name. |
LastFirstMiddleSuffix<61> |
Indicates that the contact (2) is displayed as the last name, the first name, the middle name, and the suffix for the contact. |
LastName<62> |
Indicates that the contact (2) is displayed as the last name. |
Empty<63> |
Indicates that the contact (2) is displayed as empty. |