I am currently working on a MVC4 website and would like to add interoperability with MS Office for the following:
Communicator 2007 (Presence status's only). Outlook (To send template emails from the end-user's Outlook). Excel (To create data in an excel sheet and save.)
Is it possible to do these with the Office Interop APIs without installing office on the hosting server?
Are there alternatives to the Interop that will provide same/similar functionality?
I understand the security risks involved and Microsoft's discouragement against server-side automation.