How to open a new-email window in default email client with filled Unicode content and attachments?
- If I use mailto, it doesn't support attachments.
- If I use System.Net.Mail, it doesn't open a new-email window
- If I use MAPI, it does't support unicode. And I can't seem to use MAPISendMailHelper or MAPISendMailW in C#.
Am I missing something?