Visible Property (Outlook Controls)

Returns or sets a Boolean that specifies whether a control is visible or hidden. Read/write.

Syntax

expression. Visible

expression A variable that represents an Outlook control object.

Remarks

True if the control is visible (default); False if the control is hidden.

Use the Visible property to control access to information without displaying it. For example, you could use the value of a control on a hidden form as the criteria for a query.

All controls are visible at design time.

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.