Creating bullet lists in LotusScript

I’m writing some code that generates an e-mail on the back end. I would have thought I could create a bullet list using the NotesRichTextStyle, but I’m not seeing a way to do it. Is there a way to create bulleted lists on the back end using script?

Subject: Creating bullet lists in LotusScript

Hi,

Maybe you can write memo in backend in mime format and use html tags to create bullet list.

Konrad