I am looking for a way to take the content from a View, in html and open the email client (outlook) and populate the email fields but not send the email. I would like for the user to review the format and data before clicking the send button.
I thought a simple mailto line would work but it seems you cant pass html content in a mailto link.
Is there a way to format and populate an html email from a MVC view?