OlSensitivity 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.
Represents the sensitivity for the Microsoft Outlook item.
public enum class OlSensitivity
public enum OlSensitivity
Public Enum OlSensitivity
- Inheritance
-
OlSensitivity
Fields
Name | Value | Description |
---|---|---|
olNormal | 0 | Normal sensitivity |
olPersonal | 1 | Personal |
olPrivate | 2 | Private |
olConfidential | 3 | Confidential |
Remarks
Used by the Sensitivity property of Outlook items.