|
 |
asp_cdo thread: Logon in Exchange 2000 with CDOEX....
Message #1 by "Jose Luis Ressia" <joseluisr@s...> on Thu, 1 Aug 2002 16:38:24
|
|
Hi, i'm Jose Luis. And i'm developing a voice portal system. The system is
linked with an Exchange server and i can access to the diferents mailbox
of the exchange's users. This works fine with Exchange 5.5 over NT4. But
now i migrate to Windows 2000 Server with SP2 and Exchange Server 2000.
And i can't connect with it. My project was developed using CDO 1.2 and
MAPI and the querys to the Exhange are made in ASP. How can update my code
to obtain a connection with Exchange 2000? . I have a permisions problem.
How should be configured the Anonymous Internet User acount to allow the
connection?
Thanks
Message #2 by "Siegfried Weber" <sweber@c...> on Fri, 9 Aug 2002 16:16:21 +0200
|
|
Since the anonymous user of IIS is not a domain account by default you
cannot use it to access mailbox data but only public folders which are
enabled for anonymous access.
Also keep in mind that CDOEX is a completely new and different object
model which doesn't offer the same features as CDO 1.21 does. Some stuff
has to be done with ADO on Exchange 2000.
<Cheers:Siegfried runat=3D"server" />
> -----Original Message-----
> From: Jose Luis Ressia [mailto:joseluisr@s...]
> Sent: Thursday, August 01, 2002 6:38 PM
> To: ASP CDO
> Subject: [asp_cdo] Logon in Exchange 2000 with CDOEX....
>
> Hi, i'm Jose Luis. And i'm developing a voice portal system. The
system is
> linked with an Exchange server and i can access to the diferents
mailbox
> of the exchange's users. This works fine with Exchange 5.5 over NT4.
But
> now i migrate to Windows 2000 Server with SP2 and Exchange Server
2000.
> And i can't connect with it. My project was developed using CDO 1.2
and
> MAPI and the querys to the Exhange are made in ASP. How can update my
code
> to obtain a connection with Exchange 2000? . I have a permisions
problem.
> How should be configured the Anonymous Internet User acount to allow
the
> connection?
>
> Thanks
|
|
 |