Hi
I want to send someone a HTML Mail via my application (c#). This Mail contains should contain a clickable html link that refers to a local application. f.e. :
<a href="c:\myapplication.exe -1234">click</a>
It already works to send the mail but the link does not appear as a link. I also tried the "file:/// ... " thing but it does not work in combination with a param.
Does someone know another solution ?