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