I have a couple of mailto links in an HTML document.
<a href="mailto:etc...">
Can I insert an HTML formatted body in the mailto: part of the href?
<a href="mailto:[email protected]?subject=Me&body=<b>ME</b>">Mail me</a>
Note that (2016) in iOS, it is perfectly fine to add <i> and <b> tags for simple italic, bold formatting.