在Outlook 365中发送之前更改邮件正文 [英] Change message body before sending in outlook 365

查看:183
本文介绍了在Outlook 365中发送之前更改邮件正文的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

单击发送按钮时可以更改邮件正文(例如,在末尾添加一些文本).

解决方案

Office.js API当前不支持事件.监视"onSend"事件的请求很多.您可以在这里投票: Office .context.mailbox.item.body

Outlook加载项的发送功能的实现有很多限制,但至少存在. 发送代码示例中的Outlook加载项也可用. /p>

It possible to change message body (e.g. add some text at the end) on send button clicking.

解决方案

Office.js API currently doesn't support events. There are a lot of requests for monitoring "onSend" event. You may up vote it over here: officespdev.uservoice.com.

Meanwhile you may need to consider re-design your application to change message body at the time of add-in invocation by user. To manipulate with the body of the message Office.js API provides plenty of functions: Office.context.mailbox.item.body

EDIT:

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.

这篇关于在Outlook 365中发送之前更改邮件正文的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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