OutlookBarStorage Interface

Represents the storage for objects in the Shortcuts pane.

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

Syntax

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

Remarks

Use the Contents property of an OutlookBarPane object to retrieve the OutlookBarStorage object for the pane.

Use the Groups property to retrieve the OutlookBarGroups object for the Shortcuts pane.

See Also

Reference

OutlookBarStorage Members

Microsoft.Office.Interop.Outlook Namespace