gpt4 book ai didi

office-addins - Office.context.mailbox.item.body.getAsync() 方法在 Outlook mac 2016 中不起作用

转载 作者:行者123 更新时间:2023-12-04 15:09:13 26 4
gpt4 key购买 nike

在 Office 365 Outlook 加载项中,Office.context.mailbox.item.body.getAsync()方法在 中不起作用Outlook Mac .但它在 中工作正常 Safari Chrome .

office js 引用是“https://appsforoffice.microsoft.com/lib/1/hosted/office.js

这是加载项阅读应用程序的代码

     var _item = Office.context.mailbox.item;
var body = _item.body;
// Get the body asynchronous as text
body.getAsync(Office.CoercionType.Text, function (asyncResult) {
if (asyncResult.status !== Office.AsyncResultStatus.Succeeded) {
}
else {
$('#subject').html(asyncResult.value.trim());
}
});

最佳答案

该功能是需求集 1.3 的一部分; Mac add ins only support requirement set 1.1 .

关于office-addins - Office.context.mailbox.item.body.getAsync() 方法在 Outlook mac 2016 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36499958/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com