A
Adam Knight
Hi all,
I am sending email via ASP.NET.
In the message i am wanting to insert a linebreak after an initial
salutation.
In asp I would simply use vbCrLf.
objEmail.Body = "Dear " & Rw("name") & "," & vbCrLf & txtMessage.Text
This doesn't work.
What do i need to do to insert the required line break.
Cheers,
Adam
I am sending email via ASP.NET.
In the message i am wanting to insert a linebreak after an initial
salutation.
In asp I would simply use vbCrLf.
objEmail.Body = "Dear " & Rw("name") & "," & vbCrLf & txtMessage.Text
This doesn't work.
What do i need to do to insert the required line break.
Cheers,
Adam