Since you're sending HTML (you're setting the HTMLBody), you can simply send out HTML, including the <br /> tag for a line break:
Message = "Hello<br />This is on a new line"
If you set the TextBody, to send out plain text messages, use vbCrLf:
Message = "Hello" & vbCrLf & "This is on a new line"
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
Three MC's And One DJ by
Beastie Boys (Track 12 from the album:
Hello Nasty)
What's This?