OutlookBarShortcuts object (Outlook)
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.
Set myShortcuts = myOutlookBarGroup.Shortcuts
Events
Name |
---|
BeforeShortcutAdd |
BeforeShortcutRemove |
ShortcutAdd |
Methods
Name |
---|
Add |
Item |
Remove |
Properties
Name |
---|
Application |
Class |
Count |
Parent |
Session |
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.