Richtext Value in Compose Document

Hi,

I am trying to compose(by opening the calendar entry form from current users mail db) calendar entry by LotusScript and I am sending most of the field value through the agent to Calendar entry form. I got a problem when I am trying to send value for Body field. I know it’s a richtext field but I don’t know is their any other way I need to follow to send value in body field.

Thanks.

Subject: RE: Richtext Value in Compose Document

If you’re using the NotesUIDocument methods, FieldAppendText should work. If you want anything fancier than that, it’s best to create the document in the back end so you can use NotesRichTextItem methods to populate the rich text, then use NotesUIWorkspace.EditDocument if you need to open it on screen.