_AssignToCategoryRuleAction.Categories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an array of strings representing the categories assigned to the message. Read/write.
public:
property System::Object ^ Categories { System::Object ^ get(); void set(System::Object ^ value); };
public object Categories { get; set; }
Public Property Categories As Object
Property Value
Remarks
You can assign an array with one element for a single category or an array of strings for multiple categories. This property uses the character specified in the value name, sList, under HKEY_CURRENT_USER\Control Panel\International in the Windows registry, as the delimiter for multiple category values.
Outlook does not check to determine if the Categories property contains category names that are in the master category list.