SharingItem.Categories Property (Outlook)
Returns or sets a String representing the categories assigned to the SharingItem. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression .Categories
expression A variable that represents a SharingItem 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.