Visible Property

Visible Property

         Example         Applies To        

Returns or sets the visible state of the Outlook Bar pane. True to display the pane, False to hide the pane.

Read/Write Boolean.

Syntax

objPane.Visible

objPane   Required. An expression that returns an OutlookBarPane object

Remarks

You can also use the ShowPane method or the IsPaneVisible method of the parent Explorer object to set or retrieve this value.