Catching link clicks inside a message

T

t-timmy

Hi.

I searched for a solution, and couldn't find one.

Is there a way for an add-in to capture specific links in a message?

Let's say I'm writing a chess game, and I want all clicks to
www.chess.com/play to be stopped, so I can open my game instead.

Is this possible?
 
K

Ken Slovak - [MVP - Outlook]

Probably not, certainly not with any Outlook code. If anything you'd have to
come up with some Win32 API hack that took callbacks on all messages to
newly opened windows and look for a newly opened window that was from a
browser and then hope it was due to clicking a link in an email and not from
some other method of opening a browser.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top