_SharingItem.Sensitivity Property
Returns or sets an OlSensitivity constant indicating the sensitivity for the SharingItem. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Sensitivity As OlSensitivity
Get
Set
'Usage
Dim instance As _SharingItem
Dim value As OlSensitivity
value = instance.Sensitivity
instance.Sensitivity = value
[DispIdAttribute()]
OlSensitivity Sensitivity { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlSensitivity
Remarks
This property corresponds to the MAPI property PidTagSensitivity.