Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using CDO with VFP
Message
 
 
To
02/03/2004 09:19:09
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00882316
Message ID:
00882318
Views:
20
Lawrence,

Which line generates this error?

>I have the following code in my application:
>
>oMail = createobject("CDO.Message")
>oMail.To = "lhaslem@hotmail.com"
>oMail.Subject = "Test"
>oMail.TextBody = "This is a test message"
>oMail.Send()
>Release oMail
>
>When I run this is my application, the e-mail is sent but I get an oApp not found error message when it finishes. Any ideas?
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform