_AppointmentItem.Categories Property

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)

Syntax

'Declaration
Property Categories As String
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As String

value = instance.Categories

instance.Categories = value
string Categories { get; set; }

Property Value

Type: System.String

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

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace