Search registry

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

To change the default preference value of SearchRegistry:

  1. Open the SitePreferences.xml file, located under the Preferences sub directory of the Open Client installation directory, in a text or XML editor.
  2. Locate the following XML section and replace the value (appears in bold below) of SearchRegistry:
	<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>