Lotus Notes document's URL cannot show hyperlink on email

Dear all,

   I have workflow application and send email to Gmail. I wrote Lotusscript to add Notes URL to email by using notesdocument.notesURL and expect to show this URL with hyperlink but it show only URL text, not show hyperlink on text.

   More information, I work on Lotus Notes server version 5, I am not sure it support this function or not. I have ever tested on Lotus Notes version 8 and it work well.

   Please kindly suggest how to solve.

Thank you very much.

Tonmai K.

Subject: Lotus Notes document’s URL cannot show hyperlink on email

Carl’s right. The problem isn’t that your Notes version doesn’t support the functionality you’re looking for, but that the email client (Gmail, probably the web app) doesn’t recognise Notes URLs, so it doesn’t automatically create links. If YOU create the link using MIME HTML, as long as the user’s computer understands Notes URLs (that is, as long as Notes is properly installed), the link will open in Notes.

Subject: Create a MIME email instead.

You can find lots of examples in these forums, and also using google.