Programming custom URL protocols; how to make these URLs blue in Outlook?

P

Paul Guides

Hi all,

I have registered a custom URL protocol handler
in the registry, without writing any special
handler code. The custom URL protocol works,
i.e. it opens the registered application when
used in Internet Explorer.

But Outlook does not highlight the URLs when
contained in email messages. Here are some
examples which WORK in Outlook:

telnet:asdfasfd
outlook:asdfsaf
ftp:asdfsadf
https:asdf

My own URL looks like this:

note:myinfo

It does not work there and it is not highlighted.

Do I have to implement an "Pluggable Protocol Handler"
to get this URL highlighting?

Any ideas?

Paul
 
Top