How to implement archiving emails
Hi,
We build Document Management Software and want to implement functionality to archive an email which an end-user is about to send. We've built an Outlook Add-in (which enables amazing possibilities btw!)
But for this use-case we use the 'onSend' option in the manifest to have a hold on the email just before it get's send. There are three issues with this:
- the lookup to the OnSend function slows down the sending of every email
- When our systems would be down, the end-user cannot get's his mail sent (most important reason)
- onSend is not allowed for publishing in the AppSource.
Is there a better way to support this? We were thinking about using onSend with 'Asynchronous' but that is not supported. Is there any news on when it will be supported?
Good to note is that we already support the functionality with the older COM plugin model and want to move to the new web-based Add-ins without disappointing existing customers.
Thanks in advance,
Harry van der Beek
Product Manager WoodWing Xtendis.