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