I'm currently working on a web application using C#. In the original application, one of the functionalities is to open Outlook and create a draft with an attached file to it -it was a desktop app-. Now, they want the same function in the new web application.
So that's my question. I've been reading and as far as I've seen it's not possible to do it from the server, but maybe I missed something?
And, if it's not possible, what would be the best alternative for this?
Thank you very much!