Lotus Notes rich text field to RTF File - VB
- by user236105
Here is my problem,
I am doing a data migration from Lotus notes to another type of software that does not support Rich Text Fields. I am trying to write a VB 2005 program that will take any rich text fields that are found and place them into an RTF file - which will be uploaded as an attachment in the new software.
I cannot get the program to take the rich text formating or objects to the RTF file, only the plain text. I have tried everything under the sun using the COM library to get these objects out to no avail.
Any ideas or suggestions?
Thank you in advance
Bryan