posted @ 2007-03-26 16:25
随笔分类 - Exchange
摘要:转自 http://blog.joycode.com/liuhuimiao/archive/2007/03/04/94132.aspx
通过以下代码枚举列出所有的Exchange Server、StoreGroups和MailStore,并获取每个MailStore中Mailbox的数量。本段C#代码为http://www.ureader.com/message/513012.aspx一文中的VBNET代码改写而成,在Exchange 2003环境中测试通过。
阅读全文
摘要:Active Directory and .NET By Erika EhrliJune 22, 2005 Microsoft Technet offers a script repository to work with AD User Accounts; however, I needed to work with .NET and I could not find samples for a...
阅读全文
posted @ 2006-03-17 17:39
摘要:Exchange MVP Blog前言 我们都用过OWA2003,它的界面比起OWA2000好看了很多,功能也增强了不少,尤其是OWA2003提供了前所未有的表单登录方式(简称FBA),但遗憾的是,为了保证FBA上输入的用户和密码的安全,系统默认只允许在SSL上使用FBA,也就是说,你要使用FBA就一定要配置SSL证书,而证书配置是大家容易出现问题的地方,尤其是证书的客户端信任问题,是所有配置证书...
阅读全文
posted @ 2006-03-11 09:54
摘要:FYI: Getting Started with WebDAV WebDAV is a protocol, not an API. It is an extension of HTTP and provides more request methods to allow us to get information out of Exchange and change information w...
阅读全文
posted @ 2006-02-27 17:11
摘要:private void ChangeUserPassword (string commonName, string oldPassword, string newPassword){ try { DirectoryEntry de=new DirectoryEntry("LDAP://DC=***,DC=***","...
阅读全文
posted @ 2006-01-06 14:42
摘要:关于怎么安装证书问题,可以看CSDN文档中心里的这篇文章:http://dev.csdn.net/Develop/article/23%5C23104.shtm可是安装了之后,在我的机子上访问就不会弹出“安全警报”。在其他机访问就弹出,其中是:“该安全证书由您没有选定信任的公司颁发,可以查看证书以便确定您是否信任验证机构”。可是按网上的一些资料上的,把证书安装到 受信任的根证书颁发机构.,然后访问...
阅读全文
posted @ 2005-12-17 15:01
浙公网安备 33010602011771号