Rule.Conditions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取满足时将触发该规则的“操作”规则的条件。
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计算机会评估邮件,并确定它是否满足 Conditions 的 Rule。 如果存在,Exchange Server计算机将根据 处理消息RuleActions。 可以创建一个规则来启用 对象中包含的RulePredicates任何 Conditions 。