_NameSpace.Categories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.