I am trying to develop a very simple web part which is basically a link and if the user clicks on it, then, it should open an Outlook's new mail window with attachment in.
I used the code snippet: (http://sharepointmakesmecry.wordpress.com/2012/01/16/attach-document-from-sharepoint-document-library-to-a-new-email-message-in-outlook/), and it works OK, BUT: The only limitation of the aforementioned approach is highlighted by the author and states: "Since it’s ActiveX – cross browser support is v.sketchy – IE only really".
So, Could you please help me out and provide me other solution to Attach Document from SharePoint Document Library to a New Email Message in Outlook and it works for all the Web browsers?
I would greatly appreciate your support !