I have an application which registers a custom URI scheme along the lines of:
myapp://action?parameter=value
The handler works well, and using Microsoft software, and software deriving functionality from is, urls renders fine if prefixed by the url: scheme, for an end result of:
url:myapp://action?parameter=value
In Lotus Notes hower this does not work.
Is there an alternative or other method to allow Notes to render my custom URI scheme as a link and pass it on to the underlying system?
Updated 2011-08-24:
Both domino and Notes are of version 8.5 (8.5.2 specifically).
I am primarily interested in getting these links to render in the body of recieved external email.