简体   繁体   English

Outlook-如何添加通过电子邮件发送的自定义信息

[英]Outlook - How to add custom information sent with an email

I'm querying the possibility of including custom email information that will be able to be displayed alongside an email like the example below. 我正在询问是否包含自定义电子邮件信息,该信息将能够像下面的示例一样与电子邮件一起显示。

Example: 例:

This screenshot shows the information that hints at the user to view the email in a web browser. 此屏幕快照显示了提示用户在Web浏览器中查看电子邮件的信息。

通过电子邮件发送的信息示例

I'm currently using C# Windows Forms to create this addin and I can't seem to find any way about doing this. 我目前正在使用C#Windows窗体来创建此插件,而我似乎找不到任何办法。

Thanks in advance. 提前致谢。

您可以在外发电子邮件上设置X标题,但是Outlook(任何其他邮件客户端)将不会显示他们不知道的任何内容。

I think you want to customize the GUI in your email clients rather than include extra data in the email message. 我认为您想在电子邮件客户端中自定义GUI,而不是在电子邮件中包含其他数据。 For Outlook GUI customization there are some tutorials out there: 对于Outlook GUI自定义,有一些教程:

https://www.add-in-express.com/creating-addins-blog/2013/04/29/outlook-ui-customizing/ https://www.add-in-express.com/creating-addins-blog/2013/04/29/outlook-ui-customizing/

https://code.msdn.microsoft.com/office/VSTO-How-to-Customize-4b9d3401 https://code.msdn.microsoft.com/office/VSTO-How-to-Customize-4b9d3401

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM