Sending someone a Link in Outlook that refers to a local application with a param

Posted by KroaX on Stack Overflow See other posts from Stack Overflow or by KroaX
Published on 2010-05-07T10:53:41Z Indexed on 2010/05/07 10:58 UTC
Read the original article Hit count: 229

Filed under:
|
|
|
|

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 ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about outlook