Querying Exchange 5.5

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Is it possible to use ADO.NET to query Exchange 5.5 to obtain recipient
attributes, such as name, phone number, etc.?

And if so, how?

And if not, any suggestions?

thanks,
--marc
 
¤ Is it possible to use ADO.NET to query Exchange 5.5 to obtain recipient
¤ attributes, such as name, phone number, etc.?
¤
¤ And if so, how?

I would take a look at the Exchange SDK. I believe there is an example retrieving contact
information using ADO for XML and WebDav.

http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000408

I know that the .NET OLEDB data access library does not support the OLEDB for Exchange provider.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top