摘要: /// <summary> ///Smtp 的摘要说明 /// </summary> public class Smtp { public Smtp() { // //TODO: 在此处添加构造函数逻辑 // } /// <summary> /// 通过smtp直接发送邮件 /// </summary> /// <param name="toEmail">收件箱地址</param> /// <param name="toDisplayName">显示收件人名称</p 阅读全文
posted @ 2011-03-07 11:04 蔡剑锋 阅读(2132) 评论(0) 推荐(0) 编辑
摘要: public class FreezablePage : System.Web.UI.Page{ // When Asp.Net renders the page the Page.Render method is invoked // Override the method to hook in protected void Page_Load(object sender, EventArgs e) { //Response.HeaderEncoding = System.Text.Encoding.UTF8; //Response.ContentEncoding = System.Text 阅读全文
posted @ 2011-03-07 10:59 蔡剑锋 阅读(393) 评论(0) 推荐(0) 编辑