VB6, create non-richtext mail to Lotus Notes

Joined
May 20, 2009
Messages
1
Reaction score
0
I have an application that creates e-mails and sends them to customers. A customer that is using Lotus Notes gets an e-mail containing winmail.dat , which they can't read. Searching the web, I find that this depends on that the program is sending in the rtf format.

In the program, there is a line that reads:
Set LN_rtItem = LN_MailDoc.CreateRichTextItem("Body")
(Both LN_rtItem and LN_MailDoc are dimensioned "As Object".)

I guess the solution would be sending the mail as unformatted text or as HTML (the mail contains a short description and an attached pdf file). What would I need to put instead of "CreateRichTextItem"?

Best regards, MickeP!
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top