Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook Express OLE anyone?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Outlook Express OLE anyone?
Divers
Thread ID:
00384247
Message ID:
00384247
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform