Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Handle Hyperlink Click Event in Outlook Mail in C#

I want to handle the hyperlink click event in an outlook mail. To open the hyperlinks in outlook mails without opening the browser within itself.

Does anyone know how to handle hyperlink click event on a mail item?

like image 251
9T9 Avatar asked Nov 14 '22 04:11

9T9


1 Answers

After searching a lot, I found that there is no way to catch the hyperlink click event in outlook.

If we want to catch a link we can define our own protocol url as follow.

http://msdn.microsoft.com/en-us/library/aa767914(VS.85).aspx

Then using our own protocol handler we can catch the event.

If someone needs more information ask here.

like image 52
9T9 Avatar answered Jan 01 '23 07:01

9T9