MailItem.Sensitivity Property

Outlook Developer Reference

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

Syntax

expression.Sensitivity

expression   A variable that represents a MailItem object.

Remarks

This property corresponds to the MAPI property PR_SENSITIVITY.

See Also