ShowPane Method

ShowPane Method

See Also         Example         Applies To        

Displays or hides a specific pane in the explorer.

Note   You can also use the Visible property of the OutlookBarPane object to display or hide the Outlook Bar.

Syntax

object.ShowPane(Pane, Visible)

object   Required. An expression that returns an Explorer object.

Pane   Required. Must be one of the following olPanes constants: olOutlookBar(1), olFolderList(2), or olPreview(3).

Visible   Required. True to make the pane visible, False to hide the pane.