MCSE技术论坛

首页 » Office System » Exchange Server » 创建邮箱出问题了,我把代码和截图发过来,大家给我看看
13083171023 - 2007-10-14 12:02:00
#region exchange配置信息
    public static string exServer = "第一个组织\\第一个管理组[url=file://\\CHINA-AXKVR3LE5]\\CHINA-AXKVR3LE5";//exchange[/url]服务器地址
    public static string exAdminGroup = "wnd.com\\Domain Controllers";//管理用户组
    public static string exOrg = "wnd";//组织名称
    public static string exGroup_500 = "group1\\group1";//开通500M邮箱组名
    public static string exGroup_200 = "group2\\group2";//开通200M邮箱组名
    #endregion
    private Config()

 附件: 您所在的用户组无法下载或查看附件
创建邮箱失败!System.ArgumentException: Value does not fall within the expected range. at CDOEXM.IMailboxStore.CreateMailbox(String HomeMDBURL) at ExchangeHelper.createUser(DirectoryEntry de, String homeMDB) in c:\newweb\App_Code\ExchangeHelper.cs:line 28 at agreeuser.Page_Load(Object sender, EventArgs e) in c:\newweb\agreeuser.aspx.cs:line 130创建用户失败,该用户已存在!System.Threading.ThreadAbortException:Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at agreeuser.Page_Load(Object sender, EventArgs e) in c:\newweb\agreeuser.aspx.cs:line 135

上面都是出错的信息 给我看看啊
powercyk - 2007-10-15 12:47:00
line 130创建用户失败,该用户已存在!
   
      用另一个不同的用户名。
becks1986 - 2007-12-11 21:07:00
用另一个不同的用户名试试。我的EXCHANGE 创建用户时老是要求输入好复杂的密码!
millche - 2008-1-9 16:30:00
这个在密码策略里可以修改
hubixianyx - 2008-1-9 17:20:00
顶一个
jacky_it - 2008-8-29 11:19:00
:default7: 改下用户名就好了,不能重名的
1
查看完整版本: 创建邮箱出问题了,我把代码和截图发过来,大家给我看看