I am using a mailto link with URL encoding to populate an email, and I want to make some of the text in the email body bold. I have tried using HTML tags and asterisks already, and googling didn't turn up anything helpful. Is it possible?
I am writing a chrome extension that needs to work with Outlook specifically.
Here's an example of my encoding:
"mailto:xyz@example.com?Subject=Hello&Body=This%20should%20be%20bold!"
Thanks for any help!