Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding an email in outlook
Message
 
À
29/10/1999 19:13:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00284176
Message ID:
00284196
Vues:
16
John,

I managed to figure this much out:

oOutlook = CREATEOBJECT("Outlook.Application")
oNameSpace = oOutlook.GetNameSpace("MAPI")
oFolder = oNameSpace.Folders(1)


For some reason, this does not work:
oFolder = oNameSpace.Folders("Inbox")


Next I'd like to search for a particular item.
Any ideas on how I go about that?

TIA

Kevin
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform