Hi,
I have an application that creates HTML emails and send them via Outlook. The emails are composed of static text and variable rich text fields. The problem is the rich text fields are not HTML meaning the carriage returns are not effective resulting in long lines of text.
Does anyone know of a way around this? I was thinking along the lines of using the VB Replace Function to replace the carriage returns in the text with the HTML equivalent.
Thanks
I have an application that creates HTML emails and send them via Outlook. The emails are composed of static text and variable rich text fields. The problem is the rich text fields are not HTML meaning the carriage returns are not effective resulting in long lines of text.
Does anyone know of a way around this? I was thinking along the lines of using the VB Replace Function to replace the carriage returns in the text with the HTML equivalent.
Thanks