FileAsMappingType Enumeration

The FileAsMappingType enumeration defines how to construct what is displayed for a contact in the FileAs property.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration FileAsMappingType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum FileAsMappingType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
public enum class FileAsMappingType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public enum FileAsMappingType
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
public enum FileAsMappingType

Members

Member name Description
Company Indicates that the company name is displayed.
CompanyLastCommaFirst Indicates that the contact is displayed as the company name, the last name, a comma, and the first name.
CompanyLastFirst Indicates that the contact is displayed as the company name, the last name, and the first name.
CompanyLastSpaceFirst Indicates that the contact is displayed as the company name, the last name, a space, and the first name.
FirstSpaceLast Indicates that the contact is displayed as the first name followed by a space and the last name.
LastCommaFirst Indicates that the contact is displayed as the last name followed by a comma and the first name.
LastCommaFirstCompany Indicates that the contact is displayed as the last name, a comma, the first name, and the company name.
LastFirst Indicates that the contact is displayed as the last name followed by the first name.
LastFirstCompany Indicates that the contact is displayed as the last name, the first name, and the company name.
LastFirstSuffix Indicates that the contact is displayed as the last name, the first name, and the suffix for the contact.
LastSpaceFirst Indicates that the contact is displayed as the last name, followed by a space and the first name.
LastSpaceFirstCompany Indicates that the contact is displayed as the last name, a space, the first name, and the company name.
None Indicates that no additional information is displayed about the contact.

Remarks

This enumeration is used by the FileAsMapping property of the ContactItemType object.

Note

The FileAsMapping property has no effect when the FileAs property is explicitly set. Do not set both the FileAs and FileAsMapping properties at the same time, unless you set the FileAsMapping property to None.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also