Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: send mail with multiline body


Message #1 by yoursjayan@i... on Wed, 15 May 2002 10:34:21
Hi all,

    Please help me.  How can i send the mail with multilines(more contents)

in the line by line format as we like. immediate repley as you possible

Thanks.

                                   By
  
                                Jayan.
Message #2 by arshad siddiqui <ash_arshad@y...> on Wed, 15 May 2002 03:44:47 -0700 (PDT)
Hi,
You can use vbCrlf for line breaks.
For example:
text="Hi, "&vbCrlf
text=text&"How are you?"&vbCrlf
mail.body=text
mail.send
-----
-----
and so on

any problem please let me know
Regards
--Arshad--




--- yoursjayan@i... wrote:
> Hi all,
> 
>     Please help me.  How can i send the mail with
> multilines(more contents)
> 
> in the line by line format as we like. immediate
> repley as you possible
> 
> Thanks.
> 
>                                    By
>   
>                                 Jayan.


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

  Return to Index