ContactItemType.FileAsMapping Property
The FileAsMapping property gets or sets one of the valid FileAsMappingType enumeration values that define how to construct what is displayed for a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FileAsMapping As FileAsMappingType
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As FileAsMappingType
value = instance.FileAsMapping
instance.FileAsMapping = value
public FileAsMappingType FileAsMapping { get; set; }
Property Value
Type: ExchangeWebServices.FileAsMappingType
The FileAsMapping property returns one of the valid FileAsMappingType enumeration values that define how to construct what is displayed for a contact.
See Also