SensitivityChoicesType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SensitivityChoicesType specifies the sensitivity level types that are available for an item.
public enum class SensitivityChoicesType
public enum SensitivityChoicesType
Public Enum SensitivityChoicesType
- Inheritance
-
SensitivityChoicesType
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Identifies the item as normal. |
Personal | 1 | Identifies the item as personal. |
Private | 2 | Identifies the item as private. |
Confidential | 3 | Identifies the item as confidential. |
Remarks
This enumeration is used by the Sensitivity property of the ItemType object.