msg.AddRecipient(bcc, AddressType.Bcc); } }
msg.Subject = message.Subject;
if (message.BodyFormat == System.Web.Mail.MailFormat.Html) { msg.HtmlBody = message.Body + "<br><br>" + DateTime.Now.ToString(); } else { msg.Body = message.Body + "\r\n\r\n" + DateTime.Now.ToString();; }
string str1 = msg.HtmlBody; string str2 = msg.Body; smtp.Host = smtpServer; smtp.Username = serverUsername; smtp.Password = serverPassword; smtp.Po << 上一页 [11] [12] [13] [14] [15] 下一页 |