I have an Outlook add-in, which transform plain text reference numbers (ticket numbers) to clickable hyperlinks. When clicked, they open up the default browsers (as you would except). That works just fine, but now I want to intercept this click, to run c# code of my add-in instead. Similar to how Outlook intercepts clicks on mailto-links to known addresses (it shows the contact card instead).
How can I achieve that?