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 | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _OutlookBarShortcuts.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _OutlookBarShortcuts.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _OutlookBarShortcuts.) | |
Item | Returns an OutlookBarShortcut object from the collection. (Inherited from _OutlookBarShortcuts.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _OutlookBarShortcuts.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _OutlookBarShortcuts.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new shortcut to a group in the Shortcuts pane. (Inherited from _OutlookBarShortcuts.) | |
Remove | Removes an object from the collection. (Inherited from _OutlookBarShortcuts.) |
Top
Events
Name | Description | |
---|---|---|
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.) | |
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.) | |
ShortcutAdd | Occurs when a new shortcut is added to a Shortcuts pane group. (Inherited from OutlookBarShortcutsEvents_Event.) |
Top