Lotus Notes: RichText Item -
okay, here's deal. using c# domino api. have rich text data want insert lotus notes rich text field. notesdocument.replaceitemvalue inserts text no formatting. notesdocument.createrichtextitem gives me notesrichtextitem object can use manually creating richtext (methods addnewline() addpagebreak() etc). not have kind of parse method formatted rich text data, need. want users put whatever want in there - using aforementioned methods useless me. the notesrichtextitem.values object throws error when try add rich text formatted string. so now, do? guess i'm pretty screwed here, hoping genius come solution. appreciated. thanks guys! ps - inserting notes rich text data or html data fine. either 1 long displays proper rich text in document , not unformatted string. well, found answer - it's not pretty, works! did was use dxl exporter grab xml edit (adding rich text) , then delete original document use dxl importer import edited document voila! :-...