EmailMessage.Sensitivity Property
When overridden in a derived class, the Sensitivity property gets or sets a value that represents the sensitivity of the message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property Sensitivity As Sensitivity
Get
Set
'Usage
Dim instance As EmailMessage
Dim value As Sensitivity
value = instance.Sensitivity
instance.Sensitivity = value
public Sensitivity Sensitivity { get; set; }