OutlookBarGroups Object

Outlook Developer Reference

Contains a set of OutlookBarGroup objects representing all groups in the Shortcuts pane.

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.

Visual Basic for Applications
  Set myGroups = myOutlookBarStorage.Groups

See Also