Hidden Property

Microsoft Outlook Visual Basic

Hidden Property

       

True to cause the specified custom form to be hidden. It will not appear on the menu or in the Choose Form dialog box and will be used only if it is designated as the response form from another custom form. The default value is False. Read/write Boolean.

expression.Hidden

expression    Required. An expression that returns a FormDescription object.