Rule.Exceptions Property

Definition

Gets the Exceptions that represents all the available rule exception conditions for the inbox rule.

public:
 property Microsoft::Exchange::WebServices::Data::RulePredicates ^ Exceptions { Microsoft::Exchange::WebServices::Data::RulePredicates ^ get(); };
public Microsoft.Exchange.WebServices.Data.RulePredicates Exceptions { get; }
Public ReadOnly Property Exceptions As RulePredicates

Property Value

A RulePredicates with the exceptions to the Rule.

Remarks

The RulePredicates property represent a RulePredicates object, that states the conditions under which the Rule should not be applied.

Applies to