OutlookBarPane Object

OutlookBarPane Object

See Also                  Properties                  Events

Panes collection (Pane object)
OutlookBarPane object
OutlookBarStorage object

Represents the Outlook Bar pane in an explorer window. The Outlook Bar contains shortcuts to Microsoft Outlook and file-system folders arranged in groups.

Using the OutlookBarPane Object

Use the Item method to retrieve the OutlookBarPane object from a Panes collection object. Because the Name property is the default property of the OutlookBarPane object, you can identify the Outlook Bar pane by name.

Set myOlBarPane = myPanes.Item("OutlookBar")