Represents the storage for objects in the Outlook Bar.
Use the Contents property of an OutlookBarPane object to retrieve the OutlookBarStorage object for the Outlook Bar.
Use the Groups property to retrieve the OutlookBarGroups object for the Outlook Bar.
The following example retrieves an OutlookBarStorage object by name.
Set myOLBarStorage = myPanes.Item("OutlookBar").Contents
OutlookBarStorage Object Members Outlook Object Model Reference