Enum Sensitivity
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the sensitivity of an item.
public enum Sensitivity
Fields
Confidential = 3
The item is confidential.
Normal = 0
The item has a normal sensitivity.
Personal = 1
The item is personal.
Private = 2
The item is private.