Outlook加载项saveAsync在OWA中不再返回itemid [英] Outlook add ins saveAsync is not returning itemid anymore in OWA

查看:148
本文介绍了Outlook加载项saveAsync在OWA中不再返回itemid的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Outlook约会撰写模式下

In Outlook Appointment Compose mode

Office.context.mailbox.item.saveAsync(function (result) {
                       app.showNotification(result.value);
        });

不再返回itemid,而是返回一些奇怪的字符串(例如:CLCID:M9_1473129000000_1473130800000__Busy_false_false),然后整个外接程序和约会对话框关闭. 似乎是OWA更新引入的错误?在Outlook桌面版本中工作正常. 是否有任何变通方法来保存项目并获取itemid?

Is not returning the itemid anymore, but rather some strange string (ex: CLCID:M9_1473129000000_1473130800000__Busy_false_false) and then the whole addin and appointment dialog is closing. Seems to be a bug introduced by a OWA update? Works fine in the Outlook desktop version. Is there any workarounds to save an item and get the itemid?

推荐答案

我相信此问题已由Microsoft修复,因为我再也看不到约会窗口已关闭并返回itemid

I believe this issue has been fixed by Microsoft, as i can no longer see appointment windows is closed and is returning itemid

这篇关于Outlook加载项saveAsync在OWA中不再返回itemid的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆