OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
657 stars 93 forks source link

Store email in separate data store #2376

Closed Iso5786 closed 2 years ago

Iso5786 commented 2 years ago

Hi,

currently within an Outlook web addon via office-js it is not possible to store a mail in a separate data store (outside the users mailbox). Via VSTO this is possible.

We would like to have this feature available via office-js as we are working on an encryption solution, and want to give the recipient of a mail the possibility to store unencrypted mails in a local data store, such that they are not synchronized with the mail server.

Regards, Daniel

exextoc commented 2 years ago

Hi @Iso5786, Thanks for raising the request. Kindly file a feature request, at https://aka.ms/M365dev-suggestions .

Iso5786 commented 2 years ago

Hi @exextoc, ok, I did: https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/officejs-outlook-store-email-in-separate-data-store/idi-p/3065578#M637

Regards, Daniel