OutlookBarPane Object

Microsoft Outlook Visual Basic

Show All

OutlookBarPane Object

         
OutlookBarPane Multiple objects

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")