ItemType.SensitivitySpecified Property

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

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

Syntax

'Declaration
Public Property SensitivitySpecified As Boolean
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As Boolean

value = instance.SensitivitySpecified

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

Property Value

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