Share via


OutlookBarShortcuts Members

Include Protected Members
Include Inherited Members

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

The OutlookBarShortcuts type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _OutlookBarShortcuts.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OutlookBarShortcuts.)
Public property Count Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _OutlookBarShortcuts.)
Public property Item Returns an OutlookBarShortcut object from the collection. (Inherited from _OutlookBarShortcuts.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _OutlookBarShortcuts.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _OutlookBarShortcuts.)

Top

Methods

  Name Description
Public method Add Adds a new shortcut to a group in the Shortcuts pane. (Inherited from _OutlookBarShortcuts.)
Public method Remove Removes an object from the collection. (Inherited from _OutlookBarShortcuts.)

Top

Events

  Name Description
Public event BeforeShortcutAdd Occurs before a new shortcut is added to a group in the Shortcuts pane, either as a result of user action or through program code. (Inherited from OutlookBarShortcutsEvents_Event.)
Public event BeforeShortcutRemove Occurs before a new shortcut is removed from a group in the Shortcuts pane, either as a result of user action or through program code. (Inherited from OutlookBarShortcutsEvents_Event.)
Public event ShortcutAdd Occurs when a new shortcut is added to a Shortcuts pane group. (Inherited from OutlookBarShortcutsEvents_Event.)

Top

See Also

Reference

OutlookBarShortcuts Interface

Microsoft.Office.Interop.Outlook Namespace