Share via


OutlookBarPane Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

OutlookBarPane
Aa158737.space(en-us,office.10).gifAa158737.parchild(en-us,office.10).gif

Represents the Microsoft 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 object. Because the Name property is the default property of the OutlookBarPane object, you can identify the Outlook Bar pane by name. For example:

  Set myOlBarPane = myPanes.Item("OutlookBar")