Office.Js
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!166Views0likes1CommentGet Status date by office-Js api in ms project add in
How to get the status date by using office-Js api in a ms project add in. this is status date: https://support.microsoft.com/en-us/office/set-the-status-date-for-project-reporting-ef4ad175-b219-456a-8f62-2eef97a3c8ce https://images.app.goo.gl/WdJSbN61fc8RQC8PA also I put this issue: https://github.com/OfficeDev/office-js-docs-reference/issues/1694#issuecomment-1736044029465Views0likes0Comments