ContactItemType.FileAsMappingSpecified Property

The FileAsMappingSpecified property gets or sets a Boolean value that specifies whether the FileAsMapping property is serialized into the SOAP request. This property is required if the FileAsMapping property is specified.

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

Syntax

'Declaration
Public Property FileAsMappingSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As Boolean

value = instance.FileAsMappingSpecified

instance.FileAsMappingSpecified = value
public bool FileAsMappingSpecified { get; set; }

Property Value

Type: System.Boolean
The FileAsMappingSpecified property returns true if the FileAsMapping property is serialized into the SOAP request; otherwise, the property returns false.