摘要:
Email.ashx 阅读全文
摘要:
OpenFileDialog sfd = new OpenFileDialog(); sfd.ShowDialog(); this.textBox1.Text = sfd.FileName; SaveFileDialog sfd = new SaveFileDialog(); ... 阅读全文
摘要:
using System.Net;using System.Web.Mail; 阅读全文