Using Outlook tasks and calendar in my ASP net web application
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Through my asp net web application i need to be able to add tasks and meeting information to my calendar in outlook 2003. I am unable to do so using the normal outlook api. I read that in some sites that i wont be able to use the APIs through ASP.net whereas the same code works fine when its a console application. Are there any other alternatives that help me achieve the same??