RulePredicates.Importance Property

Definition

Gets or sets the importance that is stamped on incoming messages in order for the condition or exception to apply.

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

Property Value

The Importance property value.

Remarks

Importance can be disabled by setting this property to null.

Applies to