
April 7th, 2003, 05:39 PM
|
 |
Web Developer
|
|
Join Date: Oct 2001
Location: Pennsylvania
Posts: 171
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Newline problems
I am trying to send an email using CDONTS, and I am having troubles with newlines.
There was a past thread a while back that said to use vbNewLine to insert a break in the message, but I still can't get it to work.
I used vbNewLine, vbCrLf, chr(10) & chr(13) and my text still continues to flow right along.
I want to keep it plain text rather than HTML
Any other suggestions?
|