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 と Rule 条件。

注釈

プロパティは Conditions 、 で RulePredicates 一般的に使用される各ルール条件に対応する オブジェクトを Rule表します。 電子メールが到着すると、Exchange Server コンピューターはメッセージを評価し、 の をConditions満たしているかどうかを判断しますRule。 その場合、Exchange Server コンピューターは に従ってメッセージを処理しますRuleActions。 オブジェクトに含まれる任意の を Conditions 有効にするルールを RulePredicates 作成できます。

適用対象