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")

Properties

Name
Application
Class
Name
Parent
Session
Shortcuts
ViewType

See also

Outlook Object Model Reference

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.