Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding an email in outlook
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00284176
Message ID:
00284319
Vues:
14
Hi Kevin..

oOutLookObject = CREATEOBJECT("Outlook.Application")
olNameSpace = oOutlookObject.GetNameSpace("MAPI")
oDrafts = olNameSpace.GetDefaultFolder(16) && go right to the drafts folder
?oDrafts.Items.Count
?oDrafts.Items(1).Subject
*/ You get the idea...


>Can anyone tell me how to return an object reference to
>a mail item object from the Drafts folder in Outlook?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform