_OutlookBarShortcuts.Add(Object, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new shortcut to a group in the Shortcuts pane.
public Microsoft.Office.Interop.Outlook.OutlookBarShortcut Add (object Target, string Name, object Index);
Public Function Add (Target As Object, Name As String, Optional Index As Object) As OutlookBarShortcut
Parameters
- Target
- Object
The target of the shortcut being created.
- Name
- String
The name of the shortcut being created.
- Index
- Object
The position at which the new shortcut will be inserted in the Shortcuts pane group. Position one is at the top of the group.The Target type depends on the shortcut type. If the type is Folder, the shortcut represents a Microsoft Outlook folder. If the type is a String (string in C#), the shortcut represents a file-system path or a URL.
Returns
An OutlookBarShortcut object that represents the new shortcut.