DocumentItem.Categories property (Outlook)
Returns or sets a String representing the categories assigned to the Outlook item. Read/write.
Syntax
expression. Categories
expression A variable that represents a DocumentItem object.
Remarks
Categories is a delimited string of category names that have been assigned to an Outlook item. 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 categories. To convert the string of category names to an array of category names, use the Microsoft Visual Basic function Split.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.