OutlookBarGroup.Shortcuts Property
Returns an OutlookBarShortcuts collection of shortcuts contained within the Shortcuts pane. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Shortcuts As OutlookBarShortcuts
Get
'Usage
Dim instance As OutlookBarGroup
Dim value As OutlookBarShortcuts
value = instance.Shortcuts
[DispIdAttribute()]
OutlookBarShortcuts Shortcuts { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OutlookBarShortcuts