如何在 Outlook 中区分会议取消和会议创建 on-send Add-in

How to differentiate between meeting cancel and meeting create in Outloo on-send Add-in

我正在尝试构建一个 Outlook add-in,每次从 Outlook 预订会议时它都会触发外部 API。外部 API 有两种类型 i) 创建会议 ii) 取消会议。

我能够在我的 Outlook on-send add-in 中捕获我需要的所有数据,除了 on-send 正在会议保存或会议取消的天气。有人可以告诉我 Office.context.mailbox.item 中的哪个字段包含提示当前发送是否取消的信息吗? (邮箱字段的 PFA 屏幕截图)。还是我看错地方了?

平台:Office 365 Windows 应用程序。

All available properties in Office.context.mailbox.item

目前无法通过 Office.context.mailbox.item 中撰写模式中提供的功能来实现。

我们知道此功能的需求,但也请为此打开 uservoice 请求,以帮助确定新功能的优先级。

https://officespdev.uservoice.com/forums/224641-general/category/131778-outlook-add-ins