Register a custom cloud provider for mail attachments

Register a custom cloud provider for mail attachments
0

Upvotes

Upvote

 Feb 07 2022
0 Comments 
New

Our company has developed a plugin for the desktop version Outlook (using VSTO) that automatically upload on our servers instead of sending then as regular attachment. For exemple, when the file is too large or contains some AIP sensitivity labels such as "confidential", theses files are uploaded on our servers with the plugin, and a link is added in the message body for download.
We would like to do the same using the javascript API "Office add-ins platform", but the only things that seems possible is creating a panel to manually select files.
So my question is, is it possible to intercept when attachment are added with "Attach / Browse this computer" the same way it was possible with VSTO.
I have noticed that a popup is already displayed when files are too large, but only OneDrive is the only cloud provider available. Is it possible to register another cloud provider in this popup?
Thanks