Rule.Conditions 属性

定义

获取满足时将触发该规则的“操作”规则的条件。

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

属性值

具有规则条件的 RulePredicates。

注解

属性 Conditions 表示对象 RulePredicates ,该对象对应于 中 Rule每个常用规则条件。 电子邮件到达时,Exchange Server计算机会评估邮件,并确定它是否满足 ConditionsRule。 如果存在,Exchange Server计算机将根据 处理消息RuleActions。 可以创建一个规则来启用 对象中包含的RulePredicates任何 Conditions

适用于