摘要: public partial class _Default : Page { [DllImport("advapi32.dll")] private static extern bool LogonUser(string lpszUsername, string lpszDomain, string 阅读全文
posted @ 2016-07-11 14:16 chengeng 阅读(2384) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Net.Mail;using System.Text; namespace Mail{ public class MailHelper { /// <summary> /// 邮件发 阅读全文
posted @ 2016-07-11 11:39 chengeng 阅读(2478) 评论(0) 推荐(0)