I am looking for recommendations for the best method to
connect to exchange 2000 and read through a particular
object's messages, for example to return all of the
appointments in a public calendar.

Thanks.

Re: .net & exchange server by Scott

Scott
Wed Dec 17 18:44:17 CST 2003

Exchange Server exposes a set of objects called the Collabrative Data
Objects (CDO) for it's API. Just make a COM reference to this library and
you can use its objects.


"bri" <briken@spam.com> wrote in message
news:02e201c3c4ea$f81b5cc0$a501280a@phx.gbl...
> I am looking for recommendations for the best method to
> connect to exchange 2000 and read through a particular
> object's messages, for example to return all of the
> appointments in a public calendar.
>
> Thanks.