FormRegion.Visible Property (Outlook)
Returns or sets a Boolean value that indicates whether the form region is visible or hidden. Read/write.
Version Information
Version Added: Outlook 2010
Syntax
expression .Visible
expression A variable that represents a FormRegion object.
Remarks
True if the form region is visible; False if it is hidden. The default is True.
Use the Visible property to control access to information without displaying it in a form region.