Add Outlook Task via ASP.net

kcwallace

Well-known member
Joined
May 27, 2004
Messages
172
Location
Irvine, CA
does anyone know how to add a task to a users Outlook Task List using ASP. Naturally it work perfectly on the test machine, but when deployed to the server it fails.

It returns "Server Execution Failed"
 
When you have a thin-client scenario you cannot do anything like this. Your code will create objects on the server not the client.
 
Back
Top