OutlookBarShortcut Object

OutlookBarShortcut Object

See Also                  Properties                 

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

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

Using the OutlookBarShortcut Object

Use the Item method to retrieve the OutlookBarShortcut object from an OutlookBarShortcuts collection object. Because the Name property is the default property of the OutlookBarShortcut object, you can identify the shortcut by name.

Set myOlBarShortcut = myOutlookBarShortcuts.Item("Calendar")