Expand Minimize
This topic has not yet been rated - Rate this topic

_MailItem.Categories Property (Microsoft.Office.Interop.Outlook)

Returns or sets a String (string in C#) representing the categories assigned to the Outlook item. Read/write.

Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)
string Categories { get; set; }

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.