我可以标记电子邮件作为"高重要性"为Outlook使用System.Net.Mail? [英] Can I mark an Email as "High Importance" for Outlook using System.Net.Mail?

查看:318
本文介绍了我可以标记电子邮件作为"高重要性"为Outlook使用System.Net.Mail?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为我的客户包括发送电子邮件事件的应用程序的一部分。有时,这些都是非常重要的。我的客户,大部分我的客户的客户端,使用Outlook,其中有标记邮件消息为高重要性的能力。

Part of the application I'm working on for my client involves sending emails for events. Sometimes these are highly important. My client, and most of my client's clients, use Outlook, which has the ability to mark a mail message as High Importance.

现在,我知道这是无情的假设所有的最终用户将使用相同​​的接口,SP我不是。但考虑到可以从Outlook发送电子邮件,即使目标不一定通过Outlook阅读为高重要性,这意味着基本上是存储一些数据... ...不知何故,让Outlook中知道,如果一个特定的消息被指定为高重要性。这是我的解释,至少。

Now, I know it is callous to assume that all end users will be using the same interface, sp I am not. But considering you can send email from Outlook as High Importance even if the target is not necessarily reading through Outlook, that means that there is basically some data stored... somehow... that lets Outlook know if a particular message was assigned as High Importance. That's my interpretation, at least.

应用程序目前使用System.Net.Mail来发送电子邮件,使用System.Net.Mail.MailMessages用于编写和​​系统。 Net.Mail.SmtpClient送他们。是否有可能设置这个高重要性与System.Net.Mail的能力设定?如果没有,是否有任何可用的组件,该组件可以配置此设置?

The application currently uses System.Net.Mail to send out emails, using System.Net.Mail.MailMessages for writing them and System.Net.Mail.SmtpClient to send them. Is it possible to set this "High Importance" setting with System.Net.Mail's abilities? If not, is there any assembly available which can configure this setting?

推荐答案

设置邮件的优先级属性。它的值是标准,低或高。

Set the Priority property of the mail message. Its values are Normal, Low or High.

这篇关于我可以标记电子邮件作为"高重要性"为Outlook使用System.Net.Mail?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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