Handle Hyperlink Click Event in Outlook Mail in C#

后端 未结 2 1380
囚心锁ツ
囚心锁ツ 2021-01-13 09:55

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 h

相关标签:
2条回答
  • 2021-01-13 10:45

    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.

    0 讨论(0)
  • 2021-01-13 10:51

    Write an Outlook Add-in .net to handle that. To get the basic idea about writing an add- in look at the following link.

    http://blogs.msdn.com/b/dancre/archive/2004/03/21/93712.aspx

    0 讨论(0)
提交回复
热议问题