_RuleConditions.Body プロパティ

定義

TextRuleConditionolConditionBody の オブジェクトをConditionType返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Outlook::TextRuleCondition ^ Body { Microsoft::Office::Interop::Outlook::TextRuleCondition ^ get(); };
public Microsoft.Office.Interop.Outlook.TextRuleCondition Body { get; }
Public ReadOnly Property Body As TextRuleCondition

プロパティ値

注釈

ルールの条件や、既存のルールの例外条件を列挙するとき、または、条件または例外条件をメッセージの本文には、特定のテキストを指定する新しいルールを作成するときは、返される TextRuleCondition オブジェクトを使用します。

コレクションのRuleActionsこのプロパティは、この RuleConditions コレクションに関連付けられているルールでこのようなルール条件が定義されているかどうかに関係なく、常に TextRuleCondition オブジェクトを返します。 ルールがそのようなルール条件を定義して有効にしている場合は、EnabledTrue になります。

適用対象