Create a table via LS in e-mail

Hello everybody,

Does anybody know how to create a table via LotusScript in an email?

I am writting an agent that sends out data upon a document’s submition. I need to, somehow, put a part of that data into a 4x4 table.

If you have any ideas, please help.

Thank you,

Michael

Subject: Create a table via LS in e-mail

Search the help for the NotesRichTextItem class and the AppendTable method. There’s an example that does something very much like that.

Subject: RE: Create a table via LS in e-mail

Thank you very much