Share via


AssignToCategoryRuleAction.ActionType Property

Outlook Developer Reference

Returns a constant, olRuleActionAssignToCategory, from the OlRuleActionType enumeration that indicates the type of action that is taken by the rule. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ActionType

expression   A variable that represents an AssignToCategoryRuleAction object.

Remarks

The category assigning rule action is supported by rules for receiving messages and rules for sending messages. For more information, see Specify Rule Actions.

See Also