Syncing EWS UpdateItem Changes to Compose Pane in Exchange On-Prem Outlook Add-in (Office JS ≤ 1.5) #5499
Labels
Area: Outlook
Issue related to Outlook add-ins
Resolution: question answered
Question is answered by engineering team.
I am developing an Outlook add-in for Exchange On-Premise accounts using Office JS. However, since Exchange On-Prem only supports Office JS versions ≤ 1.5, many Office JS APIs are unavailable for certain tasks. As a workaround, I’m using the EWS API to perform operations like adding attachments to an email, and I trigger this EWS API call using Office.context.mailbox.makeEwsRequestAsync. While I receive a successful response from the EWS API, indicating that the changes are applied on the Exchange server, the updates are not reflected in the Outlook compose pane UI. For example, when using the UpdateItem API to add attachments, the attachments are successfully added on the server, but they do not appear in the compose pane. Is there a way to sync or refresh the compose pane after performing operations like UpdateItem in EWS so that changes, such as attachments, are immediately visible in the UI? Any suggestions or workarounds would be greatly appreciated.
The text was updated successfully, but these errors were encountered: