How to hook event on sending mail in Office add-in

2019-01-29 05:57发布

in (Web and Desktop), I need to observe sending email but it seems to be the API available from office.js does not seem to have any event or method for this functionality.

In fact, my requirement is to inject tracking pixels when a user clicks on Send button thereby collecting the outgoing email's conversation id.

Any suggestion?

2条回答
别忘想泡老子
2楼-- · 2019-01-29 06:08

It is available now. On send feature for Outlook add-ins was implemented with lots of limitation, but at least it's there. Outlook add-in on send code sample is available as well.

查看更多
Juvenile、少年°
3楼-- · 2019-01-29 06:15

Slava is correct. This is a common request and the team is considering solutions for this scenario.

查看更多
登录 后发表回答