read the office add-in manifest file from the react app which is inside the Outlook task pane

619 Views Asked by At

I'm looking for a way to read resource strings and URLs from the add-in manifest.

Does someone know a way?

Thanks!

1

There are 1 best solutions below

1
Eugene Astafiev On BEST ANSWER

If the manifest file is hosted anywhere and the URL is clearly defined on the web server you can use the XMLHttpRequest Web API to get the data programmatically. Otherwise, there is no way - OfficeJS doesn't provide anything for that.