受影响的版本:
- OfficeJS 1.1.38
- Mac Outlook 版本:16.34 (20020900)
注意:Office.context.mailbox.item.body
在 Mac Outlook 版本更新之前,共享收件箱的访问功能有效。
我们在访问共享邮箱时遇到问题(适用于单个邮箱)
Office.context.mailbox.item.body
以下调用返回一个空对象:
Office.context.mailbox.item.body.getAsync("html", function(result) {
var body_html = result.value;
console.log('HTML', body_html);
});