Sensitivity Property
From Microsoft Outlook Visual Basic
Sensitivity Property
Returns or sets an OlSensitivity constant indicating the sensitivity for the Microsoft Outlook item. This property corresponds to the MAPI property PR_SENSITIVITY. Read/write.
| OlSensitivity can be one of these OlSensitivity constants. |
| olConfidential |
| olNormal |
| olPersonal |
| olPrivate |
expression.Sensitivity
expression Required. An expression that returns one of the objects in the Applies To list.