How can I archive an email attachment from Outlook

By default FileDirector Outlook add in will archive the whole email and represent the attachment as a link.

If you just want the attachment, you need to edit this file

c:\program files x86\Dieter Spielberg DMS\Component Service\Component Service.exe.config

This has a switch inside for the attachments – change it from “Off” to “On” or “Ask”

<add key=”EMailSplit” value=”Off” />

<add key=”NewDocsForAttachments” value=”TRUE” />

This will then allow you to archive the attachment only.

Share This: