This message has extra line breaks

S

Sam Carter

I have written a SQL program that sends plain text email. CHR(0D), CHR(0A)
is used to generate line breaks.

Outlook frequently removes the line breaks so that lines don't break where
they should. The message "This message has extra line breaks..." is
displayed at the top of the email. I realize Outlook can be configured so
it does not default to display without line breaks, but I'd rather modify my
programming so consistent results are displayed for all Outlook users.

My question is: Why does Outlook think this message has extra line breaks,
and how should line breaks be coded to avoid this problem?

Sam
 

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