Exchange 2000 Connection

  • Thread starter Thread starter Neil Rudd
  • Start date Start date
N

Neil Rudd

Can anyone tell me how I can connect to an Exchange Server from my C#
windows application. I specifically require to connect to the public folders
and there defined views.

Thanks in advance
Neil
 
Neil,

In order to do this, I would set a reference to CDO.dll in your project
(or CDONTS.dll, I am not sure exactly which dll it is, but it will be under
the COM tab). The CDO library will allow you to connect to an exchange
server and access the public folders.

Hope this helps.
 
Excellent thanks Nicholas


Nicholas Paldino said:
Neil,

In order to do this, I would set a reference to CDO.dll in your project
(or CDONTS.dll, I am not sure exactly which dll it is, but it will be under
the COM tab). The CDO library will allow you to connect to an exchange
server and access the public folders.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Neil Rudd said:
Can anyone tell me how I can connect to an Exchange Server from my C#
windows application. I specifically require to connect to the public folders
and there defined views.

Thanks in advance
Neil
 
Back
Top