调用SaveAsync方法会将电子邮件发送给与会人员以进行现有约会吗? [英] Calling SaveAsync method sends email to attendees for existing appointment?

查看:87
本文介绍了调用SaveAsync方法会将电子邮件发送给与会人员以进行现有约会吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚注意到以下与变更相关的Office js(在Outlook加载项的撰写模式下),

I just noticed following change related office js (in compose mode for outlook add-in),

Office.context.mailbox.item.saveAsync(function(result){..}

先前在Outlook加载项中调用saveAsync方法正在发送新约会或草稿的邀请电子邮件,这可能是由于最近的修复或更改所致,现在它不会将邀请电子邮件发送给新/草稿约会的与会者.但是此更改引入了新的BUG,现在它会发送有关现有约会的电子邮件,该电子邮件以前运行良好.

Previously calling saveAsync method inside Outlook Add-in was sending invitation email for new appointment or draft, could be due to recent fixes or changes now it won't send invitation email to attendees for new/draft appointment. But this change has introduced new BUG, now it sends email on existing appointment which was working fine previously.

有人可以帮助我避免在saveAsync呼叫的情况下发送电子邮件,在进行更新约会的情况下,因为我的连接器可以发送邀请吗?

Can anybody help me to avoid sending email in case saveAsync call, in case of update appointment, as my connector does the work of sending invitation?

推荐答案

Manoj,确实确实有如您所描述的新日历项的行为发生了最近的变化.但是,我们可以肯定的是,现有日历项目的行为没有改变-它曾经发送过更新,现在仍然如此.

Manoj, there was indeed a recent change to behavior for new calendar items like you described. However, we are fairly certain that there was no change in behavior for existing calendar items - it used to send updates and it still does.

当今,OWA日历中没有草稿概念,因此用户无法更改项目并推迟发送更新.因此,我们目前还没有一个很好的故事,但是我们正在寻找一种解决方案来减轻这种情况

There is no concept of drafts in OWA calendar today, so there is no way for the user to make changes to an item and postpone sending an update. Because of this, we don't have a good story for this yet but we are looking into a solution to mitigate this

这篇关于调用SaveAsync方法会将电子邮件发送给与会人员以进行现有约会吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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