RodrigoOliveira
New member
- Local time
- Today, 03:01
- Joined
- Jul 3, 2013
- Messages
- 3
Hello,
I have a VBA code to import mail from Lotus Notes into Access. The database user is able to read his email inside Access, similar to any email program.
Unfortunately, when I use the GetItemValue (lotusscript) method to read the body of the email message, Notes will render the Rich Text information as Plain Text, and I end up with no formatting information (bold letters, underline, text color, etc.)
Does anyone know how to import messages from Notes to Access and keep the text formatting? I am storing the data in a Rich Text Memo field in a table.
P.S. I have found code to write HTML (MIME) messages, but not to import them into Access.
Thank you!
Rodrigo Oliveira
I have a VBA code to import mail from Lotus Notes into Access. The database user is able to read his email inside Access, similar to any email program.
Unfortunately, when I use the GetItemValue (lotusscript) method to read the body of the email message, Notes will render the Rich Text information as Plain Text, and I end up with no formatting information (bold letters, underline, text color, etc.)
Does anyone know how to import messages from Notes to Access and keep the text formatting? I am storing the data in a Rich Text Memo field in a table.
P.S. I have found code to write HTML (MIME) messages, but not to import them into Access.
Thank you!
Rodrigo Oliveira