Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Outlook
Message
De
25/11/2002 11:07:26
 
 
À
21/11/2002 13:34:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00725214
Message ID:
00726472
Vues:
16
Thanks Stuart. I'll try it out.


>>Is there a way to retrieve all the email address' from MS outlook using VFP6?
>
>It could be as simple as:
>oOutlook = createobject("outlook.application")
>oNameSpace = oOutlook.GetNameSpace("MAPI")
>oNameSpace.Logon
>
>oFolder = oNameSpace.GetDefaultFolder(10) && contacts
>
>for each oItem in oFolder.Items
> if type("oItem.Email1Address") == "C"
> ? oItem.Email1Address
> endif
>next
>
>
>
>
>Stu
>
Work as if you don't need money
Love as if you've never been hurt before
Live as if this is your last day to live
Dance as if no one's watching
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform