Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OUTLOOKMAIL class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00947332
Message ID:
00948083
Vues:
21
There is not enough code to determine the problem. But here is an example that works for me
o=CREATEOBJECT('outlook.application')
ns = o.GetNamespace('mapi')
df = ns.getdefaultfolder(6)
FOR EACH oItem IN df.items
 ? oItem.subject
ENDFOR
>This is the GETSUBJECT method of the OUTLOOKMAIL class.
>
>
>lcSubject=THIS.oInbox.Items[THIS.nCurrentMessageNumber].Subject
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform