Hi guys,I am developing a Lotus Notes agent which sends emails containing “News”.
Each of the news should appear in different lines. Example:
1.- News1
2.- News 2
3 - News 3
…
I am using the method addNewLine, from the NotesRichTextItem, to organise the information in different lines, and it works fine for the Notes client, but when I open the documents from INOTES it doesn’t work. In the other hand, if I use the
tag it works for iNotes but Not for the Notes client. The last option I chose was combining both options but it doesn’t look very well for the Notes Client (“Display the html tag as a text”).
Does anyone know any method or workaround which works for both cases?
Thanks a lot.
Jesus