12
2012
04

C# 读取信息并发送邮件

//读取信息并发送邮件
private void btnSendMail_Click(object sender, EventArgs e)
{
header = "" + txtTitle.Text + "";
...
«1»