OutlookBarGroup Interface

Represents a group of shortcuts in the Shortcuts pane of an explorer window.

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

Syntax

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

Remarks

Use the Item property (this in C#) to retrieve the OutlookBarGroup object from an OutlookBarGroups object. Because the Name property is the default property of the OutlookBarGroup object, you can identify the group by name.

See Also

Reference

OutlookBarGroup Members

Microsoft.Office.Interop.Outlook Namespace