Specifying the file name of attachments of Emails that should not be auto-saved to the DMS together with the Email

There is one key that can be placed into PAT_DMS_SETTINGS table to control the exclusion of certain attachments from the auto-save functionality. If no 'email.excluded.attachments' key is configured in the database, the default value is: ["smime.p7s"].

 

key-namekey-valuedescription
email.excluded.attachments
["smime.p7s", "other_file.png"]
You should replace "other_file.png" or "smime.p7s" with the filename of files that should be excluded from auto-saving.

Example Usage

Below, we specify that Email attachments having the file names "unspecified.png" or "colon.gif" will not be saved to the DMS together with the Email to which these files are attached when auto-saving the Email.

key: email.excluded.attachments
value: ["unspecified.png", "colon.gif"]
  • No labels