Compartir a través de


InboxRule.MarkImportance Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<ParameterAttribute> _
Public Property MarkImportance As Nullable(Of Importance)
    Get
    Set
'Usage
Dim instance As InboxRule
Dim value As Nullable(Of Importance)

value = instance.MarkImportance

instance.MarkImportance = value
[ParameterAttribute]
public Nullable<Importance> MarkImportance { get; set; }

Property Value

Type: System.Nullable<Importance>