In my WinRT app I need to send email to multiple recipients with html body.
I have 2 Ideas (both don't works):
My question: Is this possible to send one email to multiple recipients with html body in WinRT (c#)?
No, it is not possible to send to multiple recipients with an HTML body.
Instead, you might want to consider using an email service to send the email on behalf of the end user (from a general account shared by your application users).