具有重要性和敏感性的SMTP邮件 [英] SMTP mail with importance and sensitivity

查看:107
本文介绍了具有重要性和敏感性的SMTP邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

如何发送带有IMPORTANCE,SENSITIVITY字段的SMTP邮件?在MS Outlook中右键单击邮件可以看到这些字段 - >选项

我使用System.Net.Mail.MailMessage类构造邮件,使用SmtpClient发送邮件。

如果我在错误的论坛上发帖提出建议。

提前致谢....

Hi All,

How to send SMTP mail with IMPORTANCE, SENSITIVITY fields set? These fields can be seen by right click to mail in MS outlook -> Options

I am using System.Net.Mail.MailMessage class to construct the mail and SmtpClient to send the mail.

Suggest if I have posted question in wrong forum.

Thanks in advance....

推荐答案

您可以使用邮件消息的Priority属性设置消息的优先级。


You can set the priority of the message using Priority property of mail message.

Dim msg As New MailMessage
msg.Priority = MailPriority.High







这篇关于具有重要性和敏感性的SMTP邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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