OutlookBarPane object (Outlook)
Represents the Shortcuts pane in an explorer window.
Remarks
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 OutlookBarPane object by name. For example:
Example
The following example retrieves an OutlookBarPane object by name.
Set myOlBarPane = myPanes.Item("OutlookBar")
Events
Name |
---|
BeforeNavigate |
Properties
Name |
---|
Application |
Class |
Contents |
Name |
Parent |
Session |
Visible |
See also
Outlook Object Model Reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.