扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
'(1)创建MailMessage实例 Dim mm As New MailMessage(FromEmailAddress, ToEmailAddress) '(2)赋值MailMessage的属性 mm.Subject = "HTML-Formatted Email Demo Using the IsBodyHtml Property" mm.Body = "<h2>This is an HTML-Formatted Email Send Using the <code>IsBodyHtml</code> Property</h2><p>Isn't HTML <em>neat</em>?</p><p>You can make all sorts of <span style=""color:red;font-weight:bold;"">pretty colors!!</span>.</p>" mm.IsBodyHtml = True '(3) 创建SmtpClient对象 Dim smtp As New SmtpClient '(4)发送MailMessage (将使用Web.config设置) smtp.Send(mm) |
x-sender: ToEmailAddress x-receiver: FromEmailAddress mime-version: 1.0 from: FromEmailAddress to: ToEmailAddress date: 25 Jul 2006 15:06:44 -0700 subject: HTML-Formatted Email Demo Using the IsBodyHtml Property content-type: text/html; charset=us-ascii content-transfer-encoding: quoted-printable <h2>This is an HTML-Formatted Email Send Using the <code>IsBodyHtml</code>= Property</h2><p>Isn't HTML <em>neat</em>?</p><p>You can make all sorts= of <span style=3D"color:red;font-weight:bold;">pretty colors!!</span>.</p> |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者