Body = "信件內文" ; msg.IsBodyHtml = true ; System.Net.Mail.SmtpClient smtp = new System.Net.Mail.SmtpClient("127.0.0.1") ; smtp.Send(msg);
確定! 回上一頁