最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
最简单的发送附件的例子,给SMITHPENG
时间:2022-07-02 12:05:01 编辑:袖梨 来源:一聚教程网
try
{
MailMessage oMail = new MailMessage();
Console.WriteLine("Mail Created");
oMail.To = "[email protected]";
oMail.Cc = "[email protected]";
oMail.From = "[email protected]";
oMail.Subject = "Hi Yateen";
oMail.BodyFormat = MailFormat.Html;
string strBody = "Hello Yateen" +
" This is from .NET";
oMail.Body = strBody;
oMail.Attachments.Add(new MailAttachment("c:aishwarya1.jpg"));
SmtpMail.Send(oMail);
Console.WriteLine("Mail Sent");
}
catch(Exception ex)
{
Console.WriteLine("Error : " + ex.Message);
}
{
MailMessage oMail = new MailMessage();
Console.WriteLine("Mail Created");
oMail.To = "[email protected]";
oMail.Cc = "[email protected]";
oMail.From = "[email protected]";
oMail.Subject = "Hi Yateen";
oMail.BodyFormat = MailFormat.Html;
string strBody = "Hello Yateen" +
" This is from .NET";
oMail.Body = strBody;
oMail.Attachments.Add(new MailAttachment("c:aishwarya1.jpg"));
SmtpMail.Send(oMail);
Console.WriteLine("Mail Sent");
}
catch(Exception ex)
{
Console.WriteLine("Error : " + ex.Message);
}
相关文章
- 绝区零机巧心种音擎强度介绍 09-18
- 鸣潮夏空毕业面板推荐 09-18
- 星痕共鸣坐骑怎么获得-载具获取方法汇总 09-18
- 地狱即我们调查道具怎么用 获取方式及使用方法一览 09-18
- 无主之地4欧力格怎么打 原始秘藏护卫打法攻略 09-18
- 无主之地4拉迪克斯怎么打 原始秘藏护卫打法攻略 09-18