Outlook add ins saveAsync is not returning itemid

2019-07-18 11:39发布

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?

2条回答
甜甜的少女心
2楼-- · 2019-07-18 11:55

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

查看更多
三岁会撩人
3楼-- · 2019-07-18 12:03

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

查看更多
登录 后发表回答