_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 对象。

无论与此 RuleConditions 集合关联的规则是否已定义此类规则条件,集合的RuleActions此属性始终返回 CategoryRuleCondition 对象。 如果规则已定义并启用此类规则条件,则 EnabledTrue

适用于