OutlookBarGroups Object
From Microsoft Outlook Visual Basic
OutlookBarGroups Object
The OutlookBarGroups object contains a set of OutlookBarGroup objects representing all groups in the Outlook Bar.
Using the OutlookBarGroups Object
Use the Groups property to return the OutlookBarGroups object from the OutlookBarStorage object. For example:
Set myGroups = myOutlookBarStorage.Groups