In my WinRT app I need to send email to multiple recipients with html body.
I have 2 Ideas (both don't works):
- mailto: (doesn't work with html body SO question)
- WinRT sharing (can't set recipients directly)
My question: Is this possible to send one email to multiple recipients with html body in WinRT (c#)?