View Single Post
  #4  
Old March 19th 07, 02:32 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Access contacts in ASP.Net

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. plugRDO family of objects in Redemption (url below)/plug

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

"David C" wrote in message
...
On the web server (intranet).

David

"Dmitry Streblechenko" wrote in message
...
Where will the code run? On the server or as a local VB/JavaScript?

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

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

David








Ads