Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/cmake/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Office js 访问共享邮箱时无法访问Office.context.mailbox.item_Office Js_Outlook Web Addins_Outlook For Mac - Fatal编程技术网

Office js 访问共享邮箱时无法访问Office.context.mailbox.item

Office js 访问共享邮箱时无法访问Office.context.mailbox.item,office-js,outlook-web-addins,outlook-for-mac,Office Js,Outlook Web Addins,Outlook For Mac,受影响的版本: OfficeJS 1.1.38 Mac Outlook版本:16.34(20020900) 注意:在Mac Outlook版本更新之前,访问Office.context.mailbox.item.body对共享收件箱有效 访问共享邮箱时遇到问题(与单个邮箱一起使用) Office.context.mailbox.item.body 以下调用返回空对象: Office.context.mailbox.item.body.getAsync("html", functi

受影响的版本:

  • OfficeJS 1.1.38
  • Mac Outlook版本:16.34(20020900)
注意:在Mac Outlook版本更新之前,访问Office.context.mailbox.item.body对共享收件箱有效

访问共享邮箱时遇到问题(与单个邮箱一起使用)

  • Office.context.mailbox.item.body
以下调用返回空对象:

    Office.context.mailbox.item.body.getAsync("html", function(result) {
      var body_html = result.value;
      console.log('HTML', body_html);
    });