Hi,
I'm currently attemping an Excel 2007 plugin. Part of this plugin involves a button that, when clicked, launches the "send mail" window of Outlook and attaches the last saved copy of the spreadsheet as an attachment. (The user would then fill in the recipient address, message subject, etc. in the same way as sending an e-mail with Outlook.)
My problem is finding an example that would do this. My searches let me to this article, but I'm having difficulty converting it to C#. So, my questions:
-
If the approach in the article I linked is correct, would someone assist me with getting the code to work with VSTO and C#
-
If the approach in the article I linked is incorrect, would someone please provide a pointer to documentaion that explains the correct way of doing it
Thanks
--K