OutlookBarShortcut Interface

Represents a shortcut in a group in the Shortcuts pane.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Name")> _
<GuidAttribute("00063075-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface OutlookBarShortcut
'Usage
Dim instance As OutlookBarShortcut
[DefaultMemberAttribute("Name")]
[GuidAttribute("00063075-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface OutlookBarShortcut

Remarks

Use the Item property (this in C#) 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.

See Also

Reference

OutlookBarShortcut Members

Microsoft.Office.Interop.Outlook Namespace