Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending Email using Outlook
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00587012
Message ID:
00587029
Views:
31
This message has been marked as the solution to the initial question of the thread.
First, see changes in bold/

Second, I tried this and it ran fine.

oOutlook = CREATEOBJECT("Outlook.Application")
oMailItem = oOutlook.CreateItem(0)
oMailItem.To = pToWhom
oMailItem.Subject = pTitle
oMailItem.Body = pBody
oMailItem.Save()
oMailItem.Send()

RELEASE oMailItem
RELEASE oOutlook
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform