_RuleActions.ClearCategories 属性

定义

返回具有 RuleActionolRuleActionClearCategories 的 的对象ActionType。 只读。

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

属性值

注解

在枚举现有规则,或者在创建一个规则来指定将删除操作的消息的所有类别的规则操作时,使用返回的 RuleAction 对象。

集合的 RuleActions 此属性始终返回 RuleAction 对象,而不管与此 RuleActions 集合关联的规则是否定义了此类规则操作。 如果规则已定义并启用此类规则操作,则 EnabledTrue

适用于