[thelist] CC with CDONTS

Steve Abaffy sabaffy at mswebdevelopment.com
Mon Jul 7 08:42:04 CDT 2003


You can send CC from cdonts

objCDO.From = strFrom
objCDO.Subject = StrSubject
objCDO.CC = strCC
objCDO.bcc = strBCC
objCDO.body= strBody
objCDO.Send

> -----Original Message-----
> From: thelist-bounces at lists.evolt.org
> [mailto:thelist-bounces at lists.evolt.org]On Behalf Of Rob Smith
> Sent: Monday, July 07, 2003 8:23 AM
> To: Thelist (E-mail)
> Subject: [thelist] CC with CDONTS
> 
> 
> Greetings,
> 
> Boss just called me up and asked to be Cc:'d on some CDONTS mail 
> messages. 
> 
> A) Is it possible to CC on a CDONTS? (I personally don't think so)
> 2) The simple solution would be to do this:
> 
>    myCDONTSMail.Send strFrom,strTo,strSubject,strBody
>                ... then immediately following ...
>    myCDONTSMail.Send strFrom,"His.Email at MyDomain.com",strSubject,strBody
>    
> Your two cents is requested,
> 
> Rob.Smith
> -- 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> Evolt.org conference in London, July 25-27 2003.  Register today 
> at http://evolt.org.uk
> 
> For unsubscribe and other options, including the Tip Harvester 
> and archives of thelist go to: http://lists.evolt.org 
> Workers of the Web, evolt ! 
> 
> 



More information about the thelist mailing list