使用支持Pop3的邮箱给好友群发邮件. C# .Net 2.0 邮件发送 + XML 读取操作代码.
using System;
using System.Collections.Generic;
using System.Text;
using System.Net.Mail;
using System.Xml;
namespace xmas
{
class Program
{
static void Main(string[] args)
{
SmtpClient smtpClient = new SmtpClient();
MailMessage mailMessage = new MailMessage();
{