Share via


ItemType.Categories Property

The Categories property gets or set a string array that identifies the categories to which an item in the mailbox belongs.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Categories As String()
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As String()

value = instance.Categories

instance.Categories = value
public string[] Categories { get; set; }

Property Value

Type: []
The Categories property returns a string array that contains names of categories to which an item in the mailbox belongs.