AssignToCategoryRuleAction.Categories Property

Outlook Developer Reference

Returns or sets an array of strings representing the categories assigned to the message. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Categories

expression   A variable that represents an AssignToCategoryRuleAction object.

Remarks

You can assign an array with one element for a single category or an array of strings for multiple categories. Outlook does not check to determine if the Categories property contains category names that are in the master category list.

See Also