Platform SDK: CDO 1.2.1

Form.ini

This file stores the form's display name and code page. You can also use this file to hide the form from the pickform.asp file of Microsoft Outlook Web Access. Hiding a form in this way prevents users from opening it except in targeted cases, for example as a response to an approve/deny-request form.

A typical form.ini file, for the While You Were Out form, is shown here:

[Description]
DisplayName=While You Were Out
CodePage=1252
Hidden=0

In this file, the 0 value of the Hidden variable indicates that the form can be selected in Microsoft Outlook Web Access through the pickform.asp file. To hide the form, use the assignment:

Hidden=1