OutlookBarGroup Object

OutlookBarGroup Object

See Also                  Properties                 

OutlookBarStorage object
OutlookBarGroups collection (OutlookBarGroup object)
OutlookBarShortcuts collection (OutlookBarShortcut object)

Represents a group of shortcuts in the Outlook Bar of an explorer window.

Using the OutlookBarGroup Object

Use the Item method to retrieve the OutlookBarGroup object from an OutlookBarGroups collection object. Because the Name property is the default property of the OutlookBarGroup object, you can identify the group by name.

Set myOlBarGroup = myOutlookBarGroups.Item("Other Shortcuts")