LoadCustomProperties同步方法在Outlook for Android上超时

LoadCustomProperties同步方法在Outlook for Android上超时,outlook,office-js,outlook-web-addins,Outlook,Office Js,Outlook Web Addins,我有一个Outlook加载项,它尝试使用loadCustomPropertiesAsync[1]获取与邮件项目一起存储的自定义属性: Office.context.mailbox.item.loadCustomPropertiesAsync(函数(asyncResult)){ var customProps=asyncResult.value; log(customProps.get(“some.prop”); }) 当我从Outlook for Android(v3.0.40)应用程序访问外

我有一个Outlook加载项,它尝试使用loadCustomPropertiesAsync[1]获取与邮件项目一起存储的自定义属性:

Office.context.mailbox.item.loadCustomPropertiesAsync(函数(asyncResult)){
var customProps=asyncResult.value;
log(customProps.get(“some.prop”);
})
当我从Outlook for Android(v3.0.40)应用程序访问外接程序时,上面的代码片段似乎超时,但在iOS、Firefox和Chrome(在Windows 10和Mac上测试)上运行良好

这是虫子吗


[1]

感谢您报告此问题。它已被列入我们的积压工作。遗憾的是,我们目前没有时间分享。感谢您报道此问题。它已被列入我们的积压工作。不幸的是,目前我们没有时间分享。