_MailItem.Sensitivity Property

Definition

Returns or sets a constant in the OlSensitivity enumeration indicating the sensitivity for the Outlook item. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlSensitivity Sensitivity { Microsoft::Office::Interop::Outlook::OlSensitivity get(); void set(Microsoft::Office::Interop::Outlook::OlSensitivity value); };
public Microsoft.Office.Interop.Outlook.OlSensitivity Sensitivity { get; set; }
Public Property Sensitivity As OlSensitivity

Property Value

Remarks

This property corresponds to the MAPI property PidTagSensitivity.

Applies to