OutlookBarGroups Object (Outlook)

Contains a set of OutlookBarGroup objects representing all groups in the Outlook Bar.

Remarks

Use the Groups property to return the OutlookBarGroups object from the OutlookBarStorage object.

Use Groups(index), where index is the name of an available group, to return a single OutlookBarGroup object.

Example

The following Visual Basic for Applications (VBA) example retrieves the OutlookBarGroups collection from an OutlookBarStorage object.

Set myGroups = myOutlookBarStorage.Groups

See Also

Concepts

Outlook Object Model Reference

OutlookBarGroups Object Members