ItemType.Sensitivity Property
The Sensitivity property gets or sets one of the valid SensitivityChoicesType values that indicates the sensitivity level of an item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Sensitivity As SensitivityChoicesType
Get
Set
'Usage
Dim instance As ItemType
Dim value As SensitivityChoicesType
value = instance.Sensitivity
instance.Sensitivity = value
public SensitivityChoicesType Sensitivity { get; set; }
Property Value
Type: ExchangeWebServices.SensitivityChoicesType
The Sensitivity property returns one of the valid SensitivityChoicesType values that indicates the sensitivity level of the item.
See Also