最新下载
热门教程
- 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);
}
相关文章
- 物华弥新试炼泰逢用什么阵容通关 08-16
- 灵兽大冒险貔貅有哪些玩法技巧 08-16
- 无畏契约源能行动狙击枪如何选择 08-16
- 绝区零浮波柚叶染色机制是什么-浮波柚叶染色机制解析 08-16
- 王国保卫战5电涌巨像技能有哪些使用方法 08-16
- 奔奔王国有什么方法提升民意 08-16