Share via


SharingItem.Categories Property

Outlook Developer Reference

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

The value of the Categories property 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