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