摘要: Email.ashx 阅读全文
posted @ 2017-06-30 17:59 懒人境界 阅读(4880) 评论(0) 推荐(0) 编辑
摘要: OpenFileDialog sfd = new OpenFileDialog(); sfd.ShowDialog(); this.textBox1.Text = sfd.FileName; SaveFileDialog sfd = new SaveFileDialog(); ... 阅读全文
posted @ 2017-06-30 16:43 懒人境界 阅读(946) 评论(0) 推荐(0) 编辑
摘要: using System.Net;using System.Web.Mail; 阅读全文
posted @ 2017-06-30 16:39 懒人境界 阅读(456) 评论(0) 推荐(0) 编辑