Outlook add ins saveAsync is not returning itemid anymore in OWA

对着背影说爱祢 提交于 2019-12-11 01:12:33

问题


In Outlook Appointment Compose mode

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

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?


回答1:


I can surely say appointment dialog is being closed and i can replicate it on my mailbox, but id was being return. Anyways, this id is of no use because appointment is being closed after 2-3 seconds.

However, strangely for one of my colleague its not happening, but everyone else has this issue.

Let me know if you found something to get it rsolved




回答2:


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



来源:https://stackoverflow.com/questions/39351601/outlook-add-ins-saveasync-is-not-returning-itemid-anymore-in-owa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!