Appending a hotspot urllink in a richtext using Lotus scripts

I’d like to append a hotspot urllink in a richtext using Lotus scripts.

I found LNURLLink class in C++ APIs.

I prefer Lotus scripts rather than C++ APIs.

I’m looking for a Lotus script method just do same as LNURLLink.

Subject: RE: Appending a hotspot urllink in a richtext using Lotus scripts.

There are a couple of ways to do it. If the hotspot is static, you can store it in a rich text item somewhere (say, a profile document) and AppendToRTItem.

If you can use MIME, you can easily create a hotspot with HTML.

If you use DXL, you can generate the DXL of a document containing the link you want and import it.

There’s no method for directly creating a URL link from scratch in a NotesRichTextItem.