Categories Members
Include Protected Members
Include Inherited Members
Represents the collection of Category objects that define the Master Category List for a namespace.
The Categories type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Categories.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Categories.) | |
Count | Returns an Integer (int in C#) value indicating the count of Category objects in the specified collection. Read-only. (Inherited from _Categories.) | |
Item | Returns an Category object from the collection. (Inherited from _Categories.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _Categories.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Categories.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Creates a new Category object and appends it to the Categories collection. (Inherited from _Categories.) | |
Remove | Removes an object from the collection. (Inherited from _Categories.) |
Top