Specifies the sensitivity level assigned to Appointment and Task items.
The default value is Normal.
| C# | Visual Basic |
public enum Sensitivity
Public Enumeration Sensitivity
| Member | Description |
|---|---|
| Normal |
The normal sensitivity level (Default).
|
| Personal | The personal sensitivity level.
|
| Private | The private sensitivity level.
|
| Confidential | The confidential sensitivity level.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
Equivalent to Microsoft.WindowsMobile.PocketOutlook.Sensitivity.
Items marked as private will not be available to other users accessing your Outlook data.
The personal sensitivity level.