RulePredicates.Sensitivity Property

Definition

Gets or sets the sensitivity that must be stamped on incoming messages in order for the condition or exception to apply.

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

Property Value

The Sensitivity property value.

Remarks

Sensitivity can be disabled by setting this property to null.

Applies to