RulePredicates.Importance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.