VBCRLF being ignored when sending mail. Help!

  • Thread starter Thread starter David Hearn
  • Start date Start date
D

David Hearn

I am trying to generate a short text based email and using VBCrlf to break
the lines. The problem is that they are being ignored after about the third
or fourth line down into the email. I have also tried using Chr(10) &
Chr(13) and Environment.NewLine but these didn't help either. Anyone have
any idea what is going on?

Thanks in advance!
 
Hi,

If you are sending it as text that should work. But if you are sending it
as an HTML type then you need to use <br>. Good luck! Ken.
 
Back
Top