.net & exchange server

  • Thread starter Thread starter bri
  • Start date Start date
B

bri

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.
 
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.
 
Back
Top