Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 onRoutedMessage 事件上编写了一个交换传输代理路由代理。我正在将运输代理中的主体更改为其他内容。收件人正在接收更改电子邮件正文,但未反映在发件人发送的项目中。
这是有效的行为还是我必须做其他事情才能让它工作?
使用此对象,您将可以通过路由代理访问按摩体:
messageEventArgs.MailItem.Message.Body
已发送项目文件夹中的更改不会以缓存模式同步到 Outlook。这是设计使然,是为了性能而设计的。
我通过 EWS 更改电子邮件正文。它对发件人的电子邮件生效。