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.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"t-timmy" <t-(E-Mail Removed)> wrote in message
news:6DD88B2C-3DBA-48AE-B33D-(E-Mail Removed)...
> 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?