I'm trying to send email with clickable link in body with mailto. I have been googling and found some articles, but it does not helped me. Same with my problem Stackoverflow question but accepted answer does not work. There is sample you can check quick, when you I click to link it will open new email but link is plain text not clickable.
Here is what I'm trying to do:
Process.Start($"mailto:?subject={subject}&body=there should be clickable link https:/www.google.com/maps/place/555");
Thanks for any help!