OutlookBarStorage Object

Outlook Developer Reference

Represents the storage for objects in the Shortcuts pane.

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.

Example

The following example retrieves an OutlookBarStorage object by name.

Visual Basic for Applications
  Set myOLBarStorage = myPanes.Item("OutlookBar").Contents

See Also