OutlookBarGroups Object Members

Outlook Developer Reference

Contains a set of OutlookBarGroup objects representing all groups in the Shortcuts pane.

Methods

  Name Description
Bb176721.methods(en-us,office.12).gif Add Adds a new, empty group to the Shortcuts pane.
Bb176721.methods(en-us,office.12).gif Item Returns an OutlookBarGroup object from the collection.
Bb176721.methods(en-us,office.12).gif Remove Removes an object from the collection.

Properties

  Name Description
Bb176721.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176721.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176721.properties(en-us,office.12).gif Count Returns a Long indicating the count of objects in the specified collection. Read-only.
Bb176721.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176721.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.

Events

  Name Description
Bb176721.events(en-us,office.12).gif BeforeGroupAdd Occurs before a new group is added to the Shortcuts pane, either as a result of user action or through program code.
Bb176721.events(en-us,office.12).gif BeforeGroupRemove Occurs before a new group is removed from the Shortcuts pane, either as a result of user action or through program code.
Bb176721.events(en-us,office.12).gif GroupAdd Occurs when a new group has been added to the Shortcuts pane.