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
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _OutlookBarGroups.)
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OutlookBarGroups.)
Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _OutlookBarGroups.)
Returns an OutlookBarGroup object from the collection. (Inherited from _OutlookBarGroups.)
Returns the parent Object of the specified object. Read-only. (Inherited from _OutlookBarGroups.)
Returns the NameSpace object for the current session. Read-only. (Inherited from _OutlookBarGroups.)
Top
Methods
Name
Description
Adds a new, empty group to the Shortcuts pane. (Inherited from _OutlookBarGroups.)
(Inherited from OutlookBarGroupsEvents_Event.)
(Inherited from OutlookBarGroupsEvents_Event.)
(Inherited from OutlookBarGroupsEvents_Event.)
Removes an object from the collection. (Inherited from _OutlookBarGroups.)
(Inherited from OutlookBarGroupsEvents_Event.)
(Inherited from OutlookBarGroupsEvents_Event.)
(Inherited from OutlookBarGroupsEvents_Event.)
Top
Events
Name
Description
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.)
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.)
Occurs when a new group has been added to the Shortcuts paneShortcuts pane. (Inherited from OutlookBarGroupsEvents_Event.)
Top