Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send Mail with CDO
Message
From
12/07/2006 16:47:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Send Mail with CDO
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Firebird
Miscellaneous
Thread ID:
01135873
Message ID:
01135873
Views:
71
Hello,
when I try to execute the code above I receive this message:

SendUsing is invalid!!

How can I do?

oMSG = createobject("CDO.Message")
oMSG.To = "romulorochabr@hotmail.com"
oMSG.From = "romulorochabr@hotmail.com"
oMSG.Subject = "Outlook express"
oMSG.TextBody = "This is an easy way to create an email"
oMSG.Send()


Thanks!

Romulo Rocha
Next
Reply
Map
View

Click here to load this message in the networking platform