OutlookBarShortcut object (Outlook)

Represents a shortcut in a group in the Shortcuts pane.

Remarks

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.

Example

The following example retrieves an OutlookBarShortcut object by name.

Set myOlBarShortcut = myOutlookBarShortcuts.Item("Calendar")

Methods

Name
SetIcon

Properties

Name
Application
Class
Name
Parent
Session
Target

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.