Share via


_RuleActions.ClearCategories Property

Returns a RuleAction object with a _RuleAction.ActionType of olRuleActionClearCategories. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ClearCategories As RuleAction
    Get
'Usage
Dim instance As _RuleActions
Dim value As RuleAction

value = instance.ClearCategories
[DispIdAttribute()]
RuleAction ClearCategories { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.RuleAction

Remarks

Use the returned RuleAction object when enumerating the rule actions of an existing rule or when creating a rule that specifies removing all the categories of a message as an action.

This property of the RuleActions collection always returns a RuleAction object, regardless of whether the rule associated with this RuleActions collection has defined such a rule action. If the rule has defined and enabled such a rule action, then _RuleAction.Enabled will be True.

See Also

Reference

_RuleActions Interface

_RuleActions Members

Microsoft.Office.Interop.Outlook Namespace