OutlookBarShortcuts Object

Outlook Developer Reference

Contains a set of OutlookBarShortcut objects representing all shortcuts in a group in the Shortcuts pane.

Remarks

Use the Shortcuts property to return the OutlookBarShortcuts collection object from the OutlookBarGroup object.

Example

The following Microsoft Visual Basic for Applications (VBA) example shows how to retrieve the OutlookBarShortcuts object.

Visual Basic for Applications
  Set myShortcuts = myOutlookBarGroup.Shortcuts

See Also