Rule.Exceptions 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 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.