Creating an abbreviated hyperlink in rich text body through LotusScript

Is it possible to create an abbreviated hyperlink in a rich text field through LotusScript? For example, I want the link to say “GOOGLE” but take you to http://www.google.com.

I have tried appending HTML (<a href=…) and enabled the PassThruHTML property, but the HTML just comes over as text.

I am stuck, any help would be greatly appreciated.

Subject: I tend to do this kind of thing using DXL

I find it much easier to construct the Rich Text using DXL, and then creating the Rich Text from that. To see the DXL for what I need, I tend to create a Page with the Rich Text and then export as DXL from Designer.

Domino Designer Help has example using NotesDXLImporter class and there are lots of exmaples if you search google for NotesDXL and Rich Text

Example