NoteItem.Categories Property
Outlook Developer Reference |
Returns or sets a String representing the categories assigned to the Outlook item. Read/write.
Syntax
expression.Categories
expression A variable that represents a NoteItem object.
Remarks
Categories is a comma-delimited string of category names that have been assigned to an Outlook item. To convert the string of category names to an array of category names, use the Microsoft Visual Basic function Split.
See Also