InboxRule.ExceptIfWithSensitivity Property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property ExceptIfWithSensitivity As Nullable(Of Sensitivity)
Get
Set
'Usage
Dim instance As InboxRule
Dim value As Nullable(Of Sensitivity)
value = instance.ExceptIfWithSensitivity
instance.ExceptIfWithSensitivity = value
[ParameterAttribute]
public Nullable<Sensitivity> ExceptIfWithSensitivity { get; set; }
Property Value
Type: System.Nullable<Sensitivity>