开发者

How to call windows application from Outlook 2010 on hyperlink click in email body

Outlook 2010, Windows 7. Upon receiving email we want underlined text

application_path\application par1 par2

to act as hyperlink . When we click on it either the same proxy application is called whi开发者_JAVA技巧ch accepts value of hyperlink and launches respective application with parameters OR the application somehow called directly as if it is called from command line.


You'll need to register a custom URL protocol handler and use the correct URL syntax to invoke the app. See http://msdn.microsoft.com/en-us/library/aa767914.aspx for more details.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜