gpt4 book ai didi

angularjs - 获取 ItemID Office.context.mailbox.item.itemId outlook mac os 插件

转载 作者:行者123 更新时间:2023-12-05 07:26:21 25 4
gpt4 key购买 nike

第一篇文章在这里;)

我需要一些帮助,我正在开发一个约会加载项,但我无法获取当前项目的 itemID。我正在使用 mac os outllok dekstop 客户端(最新版本),我尝试使用:

var itemId = Office.context.mailbox.item.itemId;
if (itemId === null || itemId == undefined) {
Office.context.mailbox.item.saveAsync(function (result) {
itemId = result.value;
});
}

但据我了解,它不适用于 outlook mac os。

我真的需要它来进行 api 调用和使用扩展,旧版本的 outlook office for mac os 可以正常工作。

提前谢谢你,祝你有美好的一天。

最佳答案

根据我在文档中找到的内容:

The itemId property is not available in compose mode. If an item identifier is required, the saveAsync method can be used to save the item to the store, which will return the item identifier in the asyncResult.value parameter in the callback function.

因此,如果您想获得该属性(property),我们必须先保存它

https://learn.microsoft.com/en-us/javascript/api/outlook/office.appointmentread?view=outlook-js-1.5&preserve-view=true#itemId

关于angularjs - 获取 ItemID Office.context.mailbox.item.itemId outlook mac os 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54364346/

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