This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I had some time, so I thought I'd just write up ad hoc what I think you're looking for, wrt passthru HTML.
I don't know if iNotes notices passthru, but it's worth a try.
The code you're looking for is not API.
dim sess as New NotesSession
dim maildoc as NotesDocument
dim rt as NotesRichTextItem
dim rtstyle as NotesRichTextStyle
set rtstyle = sess.CreateRichTextStyle
...
set rt = maildoc.CreateRichTextItem("Body")
rtatyle.SetHTMLPassThru = true
rt.AppendStyle rtstyle
rt.AppendText(|<A HREF="http:www.ibm.com">link</A>|)
rt.Update
Feedback response number WEBBA7UPVS created by ~Sigmund Umwemanoni on 03/08/2016