OutlookBarShortcut Object

Microsoft Outlook Visual Basic

Show All

OutlookBarShortcut Object

         
OutlookBarShortcuts OutlookBarShortcut
NameSpace

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 object. Because the Name property is the default property of the OutlookBarShortcut object, you can identify the shortcut by name. For example:

Set myOlBarShortcut = myOutlookBarShortcuts.Item("Calendar")