_MobileItem.Sensitivity Property

Returns or sets a constant in the OlSensitivity enumeration indicating the sensitivity for the MobileItem object. 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 _MobileItem
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 PidTagSensitivity Canonical Property property.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace