Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
670 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I am working on web add-in for Outlook,and I want to implement a feature where, when I reply to an email the conversation history of that email need to be removed. I tried doing this using item.body.getAsync and item.body.setAsync , but it is not working because when I click on send, the conversation history gets appended automatically. I also tried using the graph api updateAsync, but it is not removing the conversation history either.Can you please help.