SensitivityChoicesType Enumeration
The SensitivityChoicesType specifies the sensitivity level types that are available for an item.
Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SensitivityChoicesType
'Usage
Dim instance As SensitivityChoicesType
[SerializableAttribute]
public enum SensitivityChoicesType
Members
| Member name | Description | |
|---|---|---|
| Normal | Identifies the item as normal. | |
| Personal | Identifies the item as personal. | |
| Private | Identifies the item as private. | |
| Confidential | Identifies the item as confidential. |