Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Report via Email
Message
 
To
06/12/2000 02:24:12
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00449822
Message ID:
00450869
Views:
32
Two great suggestions above. Here's a 3rd.

If you can count on an NT or 2000 machine use collaborative data objects (CDO and CDONTS to send mail programatically.

loCDONTS=createobject("CDONTS.NewMail")
loCDONTS.SendMail(tcFrom, tcTo, tcSubject, tcMessage)
loCDONTS=''

You can do attachments, and most if not all of the fancy stuff you can do with Outlook. I found some great examples (easily translatable from VB) in a book called "Active Server Pages 3.0" from Wrox press.

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform