Access contacts in ASP.Net

  • Thread starter Thread starter David C
  • Start date Start date
D

David C

Can anyone help me find information on how to access my outlook/exchange
2003 contacts from an ASP.Net web application? Thank you.

David
 
You can use either
1. WebDAV
2. CDO 1.21. But note contacts are not explicitly exposed, so you will have
to access war Extended MAPI properties - see
http://www.cdolive.com/cdo10.htm
3. Your own Extended MAPI wrapper (written in C++ or Delphi)
4. <plug>RDO family of objects in Redemption (url below)</plug>

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top