Closed manuelsidler closed 10 months ago
When selecting multiple items and calling Office.context.mailbox.getCallbackTokenAsync, it should return the access token.
Office.context.mailbox.getCallbackTokenAsync
When running the add-in on Outlook on the web, selecting multiple items and calling Office.context.mailbox.getCallbackTokenAsync throws an error:
npm install
npm run dev-server
The same steps on Outlook for Mac work fine.
We need the access token to set custom properties on the selected items via REST API.
@exextoc the error seems to be fixed:
@manuelsidler Thank you for confirming. Closing the issue.
Your Environment
Expected behavior
When selecting multiple items and calling
Office.context.mailbox.getCallbackTokenAsync
, it should return the access token.Current behavior
When running the add-in on Outlook on the web, selecting multiple items and calling
Office.context.mailbox.getCallbackTokenAsync
throws an error:Steps to reproduce
npm install
andnpm run dev-server
The same steps on Outlook for Mac work fine.
Link to live example(s)
Context
We need the access token to set custom properties on the selected items via REST API.