Version Affected:
- OfficeJS 1.1.38
- Mac Outlook 16.34 (20020900)
Note: This use to work before this Mac Outlook version
The following fails when called with a Shared MailBox (Works with individual mailbox)
Office.context.mailbox.item.saveAsync(function(result) { console.log(result) })
Instead of getting a success with itemId the call fails with the following properties
- code: 5009
- message: “This browser does not support the requested API.”
- Name: “API Not Supported” status: “failed”