OutlookBarGroup Object (Outlook)

Represents a group of shortcuts in the Shortcuts pane of an explorer window.

Remarks

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

Example

The following example retrieves an OutlookBarGroup object by name.

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

See Also

Concepts

Outlook Object Model Reference

OutlookBarGroup Object Members