_NameSpace.Categories Property

Definition

Returns or sets a Categories object that represents the set of Category objects available to the namespace. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::Categories ^ Categories { Microsoft::Office::Interop::Outlook::Categories ^ get(); };
public Microsoft.Office.Interop.Outlook.Categories Categories { get; }
Public ReadOnly Property Categories As Categories

Property Value

Remarks

This property represents the Master Category List, which is the set of Category objects that can be applied to Outlook items contained by the NameSpace object, and applies to all users of that namespace.

Applies to