如何在 Microsoft Outlook 2010 中指定外发电子邮件的 X 标头
我需要在外发电子邮件中包含自定义标头。
我正在使用 Microsoft Outlook 2010 和 SendGrid SMTP 服务器。
特别是,我想使用 SendGrid 的 X-SMTPAPI 标头在每封邮件上指定唯一的跟踪 ID。
我的方法:
我正在构建一个 Outlook 插件,它将拦截外发电子邮件并添加所需的标头 Outlook.Application 对象有一个 ItemSend 事件来实现此目的。
如何使用 Mail.PropertyAccessor.SetProperty 设置自定义标头? 我无法找到指向 x-headers 的正确标头标识符,或者无法找到允许我设置自定义标头的正确标头标识符。
感谢您的帮助。
谢谢。
I need to include custom headers in my outgoing emails.
I'm using Microsoft Outlook 2010 and SendGrid SMTP server.
In particular, i want to specify a unique tracking ID on each mail using SendGrid's X-SMTPAPI header.
My Approach:
I am build an Outlook Add-In that will intercept outgoing emails and add the required headers
Outlook.Application object has an ItemSend event that serves this purpose.
How do i use Mail.PropertyAccessor.SetProperty to set the custom headers?
I am unable to find the correct header identifier that points to x-headers, or that will allow me set custom headers.
Your help is appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可以添加 X 标头。找到 GUID 很困难
I am able to add an X-header. It was tricky to find the GUID
ReliefJet Essentials 的 Outlook 规则集成 允许这样做。您只需创建一条传出规则并选择 ReliefJet Essentials 的设置标头值工具作为自定义操作。就这样!
ReliefJet Essentials' Outlook rules integration allows that. You just create an outgoing rule and select ReliefJet Essentials' Set Header Value tool as a custom action. That's all!