Preference | Search Registry |
Description | When set to 'Yes', Open Client searches the registry for the file extension of the first page attached. This is done only if the F_DOCFORMAT property of the document has MIME TYPE but no file extension. |
How to set | In the <installation_directory> /Preferences/SitePreferences.xml file, edit the SearchRegistry value. |
Applies to | Open Client |
Possible values | Yes or No. Default is No. |
API | No |
Exportable | No |
<category name =" EmailPreferences" label ="Email Preferences" description ="IS document attachment email preferences" visible ="true"> < setting name =" SearchRegistry " label ="Search Registry" description ="Search Registry for Extension"> <value default ="No" type ="string">No</value> <uiType>DropDownList</uiType> <options> <option label ="No">No</option> <option label ="Yes">Yes</option> </options> </setting> </category>