开发者

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

开发者 https://www.devze.com 2022-12-29 06:09 出处:网络
I want to send someone a HTML Mail via my application (c#). This Mail contains should contain a clickable 开发者_JAVA百科html link that refers to a local application. f.e. :

I want to send someone a HTML Mail via my application (c#). This Mail contains should contain a clickable 开发者_JAVA百科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 ?


Due to Security this does not work.

0

精彩评论

暂无评论...
验证码 换一张
取 消