Outlook and ASP.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I want to access Outlook Address book in ASP.Net.Can I do it?If so how do I go about doing it?
I see that there is a dialog box that appears which prompts for access authorization.Can I do away with it.
Please help.
Any help is grealty appreciated.

Regards
Vishwanathan
 
First of all, Outlook (or any other Office app) should never be used in a
service (e.g. IIS). Only CDO or Extended MAPI code are service-safe.
Secondly, see http://www.slipstick.com/outlook/esecup.htm#autosec

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


Vishwanathan raman said:
Hi

I want to access Outlook Address book in ASP.Net.Can I do it?If so how do I go about doing it?
I see that there is a dialog box that appears which prompts for access
authorization.Can I do away with it.
 
Back
Top