asp_cdo thread: RE: How to create an email account on Exchange server using ASP, ADSI?
Thanks. I tried ADSIEdit and the MDN string is the one I used. I do not
know what is wrong with it. I keep getting error saying "One or more
argument is invalid."
Anyone else knows this better? Thanks a lot.
Jacky Zhang
> I believe your HomeMDB value is slightly wrong. If your AD domain is
> "itads.itdev.lab", shouldn't it be:
>
> "CN=Mailbox Store (ITEXCHANGE), " & _
> "CN=First Storage Group, " & _
> "CN=InformationStore, " & _
> "CN=ITEXCHANGE, " & _
> "CN=Servers, " & _
> "CN=First Administrative Group, " & _
> "CN=Administrative Groups, " & _
> "CN=Corel IT, " & _
> "CN=Microsoft Exchange, " & _
> "CN=Services, " & _
> "CN=Configuration, " & _
> "DC=itads, " & _
> "DC=itdev, " & _
> "DC=lab"
>
> Your best bet is to install the Windows 2000 Support tools and use
> ADSIEdit to find the correct LDAP path.
>
> <Siegfried />