~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: "Remie Bolte" <[EMAIL PROTECTED]> Subject: Re: CDONTS: Sending combined HTML and Text E-mail message
: in coding : it's a bit overhead : you must first manually define the 2 contenttypes (multipart/alternative) : then on base of one of the two contenttypes you must start a 3th part which : contains the text/html : yet the attachments must then again be part of the 2nd part. : : why didn't they just make 2 properties and a method: : : 1) HtmlBody : 2) PlainBody : 3) AddAttachment() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I suspect because MIME is meant to be extensible...so you can add many parts, not just a text part, and a HTML part. Cheers Ken --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
