Returns or sets the sensitivity for the Outlook item. Can be one of the following OlSensitivity constants: olConfidential(3), olNormal(0), olPersonal(1), or olPrivate(2). This property corresponds to the MAPI property PR_SENSITIVITY.
Read-only Long for RemoteItem and ReportItem. For all other objects, Read/write Long.
Syntax
object.Sensitivity
object Required. An expression that returns an item Outlook object that is listed in the "Applies To" list.