Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cdonts
Message
From
04/11/2002 00:42:57
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Cdonts
Miscellaneous
Thread ID:
00718371
Message ID:
00718371
Views:
61
From the old posted, I know that i can use CDONTS class to send the mail.
However, I didn't got this class. Please be kind to tell me where I can d/l .
Thanks in advance.

objMail = CreateObject("CDONTS.Newmail")
objMail.MailFormat = cdoMailFormatMIME
objMail.From = "Dubya@whitehouse.gov"
objMail.To = lcEmail
objMail.bcc = "JohnDoe@yippee.com"
objMail.Value("Reply-To") = "JaneDoe@yappi.com"
objMail.Importance = 2

objMail.Subject = "Subject Line Here"
objMail.Body = "Blah blah blah..."

objMail.AttachFile(lcFileName, "File Caption goes here")

objMail.Send
Next
Reply
Map
View

Click here to load this message in the networking platform