RuleActions.MarkImportance Property

Definition

Gets or sets the importance that should be stamped on messages.

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::Importance> MarkImportance { Nullable<Microsoft::Exchange::WebServices::Data::Importance> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::Importance> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.Importance> MarkImportance { get; set; }
Public Property MarkImportance As Nullable(Of Importance)

Property Value

One of the Importance enumeration values that represent the importance of the message. The default value is a null reference (Nothing in Visual Basic).

Remarks

The MarkImportance property represents an action that assigned the specified importance to the message. To disable the stamping of a message with an MarkImportance value, set this property to a null reference (Nothing in Visual Basic).

The MarkImportance property is returned with the RuleActions class regardless of whether the rule that is associated with this RuleActions class has defined such a rule action. If the rule has defined and enabled such a rule action, this property will be an Importance enumerated value.

Applies to