Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Sending MutiPart email


Message #1 by "adrian falcao" <adrian_rf@h...> on Wed, 4 Jul 2001 04:54:30
Hi All,



I'm trying to send multipart emails in MIME format i.e. text and html. The 

examples I've found so far only show how to do one or the other by setting 

the .MailFormat property. 



Any pointers.

TIA, adrian.
Message #2 by "Siegfried Weber" <sweber@c...> on Wed, 4 Jul 2001 11:26:18 +0200
Try:



objNewMail.BodyFormat =3D 0

objNewMail.MailFormat =3D 0



If it doesn't work play with both. It should be possible with CDONTS

(although I'm no longer doing the legacy CDONTS stuff).



<Siegfried/>



> -----Original Message-----

> From: adrian falcao [mailto:adrian_rf@h...]

> Sent: Wednesday, July 04, 2001 6:54 AM

> To: ASP CDO

> Subject: [asp_cdo] Sending MutiPart email

>

> Hi All,

>

> I'm trying to send multipart emails in MIME format i.e. text and html.

The

> examples I've found so far only show how to do one or the other by

setting

> the .MailFormat property.

>

> Any pointers.

> TIA, adrian.

>




  Return to Index