Re: Email - Line Break.
- From: "Onin Tayson" <Leon_Tayson@xxxxxxxxxxx>
- Date: Fri, 9 Sep 2005 09:40:29 +0800
You can also try
objEmail.Body = "Dear " & Rw("name") & "," & Environment.NewLine &
txtMessage.Text
"Adam Knight" <adam@xxxxxxxxxxxxxxx> wrote in message
news:eDJdlfNtFHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
> 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
>
>
.
- References:
- Email - Line Break.
- From: Adam Knight
- Email - Line Break.
- Prev by Date: Re: Email - Line Break.
- Next by Date: Server.Transfer problem
- Previous by thread: Re: Email - Line Break.
- Next by thread: Re: Email - Line Break.
- Index(es):
Relevant Pages
|