摘要: public static string strLDAP = "LDAP://Test.com"; public static void GetADMails(ref List<string> list, string strLoginName) { DirectoryEntry newEntry = new DirectoryEntry(strLDAP); strLoginName = strLoginName.Substring(strLoginName.LastIndexOf('\\') + 1); ... 阅读全文
posted @ 2013-06-05 09:45 gzh4455 阅读(416) 评论(0) 推荐(0) 编辑