Outlook add-in Web version Office.context.mailbox keeps returning error code 9020

Every time I called Office.context.mailbox keeps returning error code 9020. I see in some articles that the error was fixed but I didn't anyone saying what was the source of the issue. How may I avoid this issue?

Upvotes: 0

Views: 196

Answers (1)

Eugene Astafiev
Eugene Astafiev

Reputation: 49395

According to the Office.context.mailbox.item.body.getAsync returns error 9020 An internal error has occured page:

This issue was reported for OWA and the fix went in OWA client.

If you still have got the same error I'd suggest posting/file a bug on the office-js repo on github.

Upvotes: 1

Related Questions