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.
<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>