Share via


_RuleConditions.Category プロパティ

定義

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

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

プロパティ値

注釈

取得した CategoryRuleCondition オブジェクトは、ルールの条件や、既存のルールの例外条件を列挙するときか、またはメッセージが特定のカテゴリに割り当てられている例外条件を指定する新しいルールを作成するときに使用します。

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

適用対象