_Store.Categories Property

Definition

Returns a Categories collection that represents all of the categories that are defined for the Store. Read-only.

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 is similar to the Categories property of the NameSpace object, except that the this property applies to a session profile that specifies one or more accounts and specifies the categories for the store that an account is associated with, whereas the Categories property of the NameSpace object applies to a session profile that defines only one account, and specifies the Master Category List for that session.

For certain secondary delivery stores such as an IMAP store, the Categories property returns the Categories collection for the primary store. IMAP stores do not actually support a separate categories collection.

Applies to