Connect to Exchange Server 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
Can anyone direct me to where I can find sample code on how to connect to an
Exchange Server with .NET?
The Exchange OLEDB Provider doesn't seem to work with ADO .NET?
/kk
 
Hi Kristian,

Have you taken a look at CDO? This should allow you to connect with Exchange
and there is a lot of information about it on the MSDN. I have posted a link
for you below.

I hope this helps.
 
Well,
we've been using CDO but it doesn't help us too much.
Is there no .NET provider to get data to/from Exchange Server?
kk
 
Hi Kristian,

Sorry for the late reply. AFAIK CDO is the best way to go but it really
depends on what you want to do. If you are on Active Directory you may want
to investigate LDAP for retreiving information or give ExOLEDB a try (you
will have to use ADO classic to accomplish this). Maybe if I had more
information about what you are attempting I could steer you in the right
direction but I am afraid that it would be one of the three methods above.

I hope this helps.
-----------------------------
 
Back
Top