Addin
2 TopicsUpdate Email Body in Read Mode Using Office.js in New Outlook/Web Outlook
Hello Community, We are creating an Outlook add-in that encrypts and decrypts emails using our in-house proprietry algo. As part of the decryption process, we need to modify the email body in read mode after decrypting the content. We are currently using the following Office.js API: Office.context.mailbox.item.display.body.setAsync(bodyText, (asyncResult) => { // Handle result }); This works as expected in Classic Outlook. However, it does not seem to be supported in the new Outlook or Outlook on the web (OWA). My question: Is there currently any way (including beta APIs) to update the body of an email in read mode using Office.js in the new Outlook or OWA? If not, is there a recommended workaround or a roadmap for this feature in future Office.js versions? We are open to using preview or beta APIs if necessary, as this feature is critical to our add-in functionality. Thanks in advance for your support!118Views0likes1CommentReport Message add-in broken
The "Report Message" add-in from Microsoft went missing from all of my users' Outlook clients the other day. Checked out Central Deployment and attempted to refresh it and got the following error: Refresh Report Message XML Schema Validation Error. Error found during XML Schema validation. XML Schema Violation. Your manifest does not adhere to the current set of XML schema definitions for Office Add-in manifests. (f74f4493-98c5-4e43-8efb-27fe6f11bfd1) Appears to be a bug with the latest releast (v1.0.17.903) - anyone else affected or know a work around? I've opened a support case.Solved1.6KViews0likes4Comments