Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send/Receive in MS Outlook
Message
From
24/04/2002 17:31:26
Robert Lee
Swiderski Electronics, Inc.
Carol Stream, Illinois, United States
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00648404
Message ID:
00648883
Views:
32
You might want to use the Collaboration Data Objects instead.
omsg = createobject("cdo.message")
omsg.From = "sender's email address goes here"
omsg.Subject = "The subject of your e-mail"
omsg.To = "Recipient's email address"
omsg.TextBody = "The body of your Text goes here"
omsg.AddAttachment("file:///"+"fullpath of file attachment")
omsg.Send

Let me know if this worked out for you.

Robert Lee
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform