At the click of an HTML button, I want Outlook to open on the client (given that it is installed of course).
More specifically, the New Email dialog should open.
Now the tricky part: I should be able to prefill fields like To, CC, Subject, Body and especially be able to pass PDF files to be attached to the email.
I looked into using mailto links but that does not seem to be viable for attachments.
EDIT: I'm basically wondering if there is any APIs between browser and Outlook other than the traditional mailto
?
Just to give you some background: this is for an internal web application - not web accessible.