I have added a reference of Microsoft.Office.Interop.Outlook.dll (verion 12) in my application for opening an outlook window on a particular button click.
This is working fine when run through the code. But when the code is deployed on server, the outlook window does not open.
The dll is not working on web server.
Go to the complete details ...