ItemType.Categories Property

Definition

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

public:
 property cli::array <System::String ^> ^ Categories { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Categories { get; set; }
Public Property Categories As String()

Property Value

String[]

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

Applies to