How do I start a new line in the TextBody when sending email with CDO?

Thanks

Re: New line in CDO TextBody by Tom

Tom
Thu Nov 20 15:10:58 CST 2003

"Andrew Banks" <banksy@nojunkblueyonder.co.uk> wrote in message
news:k5avb.6275$CX5.54685754@news-text.cableinet.net...
> How do I start a new line in the TextBody when sending email with CDO?

TextBody = TextBody & vbcrlf

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: New line in CDO TextBody by Aaron

Aaron
Thu Nov 20 15:22:34 CST 2003

Also see http://www.aspfaq.com/2032

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"Andrew Banks" <banksy@nojunkblueyonder.co.uk> wrote in message
news:k5avb.6275$CX5.54685754@news-text.cableinet.net...
> How do I start a new line in the TextBody when sending email with CDO?
>
> Thanks
>
>