Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Express OLE anyone?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Outlook Express OLE anyone?
Miscellaneous
Thread ID:
00384247
Message ID:
00384247
Views:
68
I have this mapi code and it uses Outlook 2000.

oOutlook = CreateObject("Outlook.Application")
oMail = oOutlook.CreateItem(0)
oMail.Recipients.Add("srussell@lotmate.com")
oMail.Subject = "Some Subject"
oMail.Body = "This is the body of the mail"
oMail.Attachments.Add("c:\dfox.prg")
oMail.Send
oMail = NULL
oOutlook = NULL

What is the reference for OE?

And if you know that how do you look at OE inbox for a specific sender and copy an attached file off the message?

TIA

__Stephen
Next
Reply
Map
View

Click here to load this message in the networking platform