Click to See Complete Forum and Search --> : How to use Outlook 2003 in my ASP.net website???


navinhari
January 9th, 2008, 11:57 AM
I have been trying to create a web based application using ASP.net and want to create a meeting and assign some tasks in Outlook that I use at my workplace. Here we use Outlook Exchange server too to which my Outlook communicates to. But the problem that I am facing is I can’t use the normal Outlook APIs over ASP.net as I don’t get enough privileges to create an Outlook object. I need to know if there is some other alternative way to do the same. The same code works fine if it’s a console based application. I saw an article that said outlook is not allowed to be used from ASP.net applications.

http://support.microsoft.com/kb/q237913/

Please advice if there are any other alternatives to using outlook over my asp.net application. Are there any other protocols that can help me do the same??