Location of OC attachment folder
I feel the attachment folder should be considered “local” data while the account details should be roaming. At the moment if a user has a roaming profile set up then all the attachments are saved into that folder at logoff, which duplicates the data and can take a long time with a big mailbox. If the user logs on to a different PC the account details can be populated from the roaming data but the attachments will come down from Mdaemon.
Just like an Exchange account works….
Hello Neil,
OutlookConnector 4.0 allows the Attachment directory to be configured so that users can configure the attachments to be stored in the “local” data.
Thanks,
Arron
-
You can only configure the path from the config.xml by setting the following:
<attachDir>$Path$</attachDir>
Where $Path$ is the path you would like attachments stored in. Attachments in the existing attachment directory will not be moved. You will need to manually move the attachments to the new location.
If you have any questions or if you would like further assistance, please contact our support team. All of our support options can be found at http://www.altn.com/support/
Thanks,
Arron -
Andrew McAllister commented
Where is this setting within OC v4.0.0?