views:

592

answers:

2

Is it a standard practice to automate outlook from a web application using ActiveX technology? How does this compare with a web scheduler like telerik's RadScheduler + telerik's Exchange Provider to schedule an appointment from the web application itself?

Thanks,
Sendhil

+2  A: 
JonH
Thank you for the input Jon.Ours is legal application. In the web app from the case screen when the user clicks new Appointment (related to the case) we automate outlook on the client machine to create a new appointment.
Sendhil
A: 

There are ways that you can automate MS office from an asp.net application but such you do so at your own risk. If I remember correctly, you will more than likely need to use impersonation in order for dcom to function correctly and in doing so you will possibly leave a large security hole in your web application.

I would suggest using Open Office XML as MS does not recommend nor support automating Office from within a web application.

ChadNC