OutlookBarGroups Members
Include Protected Members
Include Inherited Members
Contains a set of OutlookBarGroup objects representing all groups in the Shortcuts pane. For information about the event members of the COM object, see OutlookBarGroupsEvents_Event.
The OutlookBarGroups 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 _OutlookBarGroups.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OutlookBarGroups.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _OutlookBarGroups.) | |
Item | Returns an OutlookBarGroup object from the collection. (Inherited from _OutlookBarGroups.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _OutlookBarGroups.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _OutlookBarGroups.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new, empty group to the Shortcuts pane. (Inherited from _OutlookBarGroups.) | |
Remove | Removes an object from the collection. (Inherited from _OutlookBarGroups.) |
Top
Events
Name | Description | |
---|---|---|
BeforeGroupAdd | Occurs before a new group is added to the Shortcuts pane, either as a result of user action or through program code. (Inherited from OutlookBarGroupsEvents_Event.) | |
BeforeGroupRemove | Occurs before a new group is removed from the Shortcuts pane, either as a result of user action or through program code. (Inherited from OutlookBarGroupsEvents_Event.) | |
GroupAdd | Occurs when a new group has been added to the Shortcuts paneShortcuts pane. (Inherited from OutlookBarGroupsEvents_Event.) |
Top