Use page1 extension

Preference Use Page1 Extension
Description When set to yes, the extension of first attached page is used as the extension for the subsequent pages attached in the mail.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the UsePage1Extension value.
Applies to Open Client
Possible values Yes or No. Default is No.
API No
Exportable No

The UsePage1Extension value when set to 'No', the default .FNI extension is used for the attached pages.

To change the default preference value of UsePage1Extension :

  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 UsePage1Extension:
	<category name =" EmailPreferences" label ="Email Preferences" 
		description ="IS document attachment email preferences" visible ="true"> 
		<setting name ="UsePage1Extension" label ="Use Page 1 Extension" description ="Use Page 1 Extension for other pages"> 
			<value default ="No" type ="string">No</value> 
				<uiType> DropDownList </uiType> 
				<options> 
					<option label ="No">No</option> 
					<option label ="Yes">Yes</option> 
				</options> 
		</setting>
	</category>