本文实例讲述了C#发送内置图片html格式邮件的方法。分享给大家供大家参考。具体如下: 下面的代码用于发送html格式的邮件,并且可以将图片附加到邮件一起发出 MailMessage m = new MailMessage(); m.From = new MailAddress(ir@jb51.net, Raja Item); m.To.Add(new MailAddress(su@jb51.net, Sekaran Uma)); m.Subject = html email with embedded image coming!; // Create the HTML