Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transferring Data from Outlook to VFP
Message
 
À
17/11/2003 07:34:07
Ramachandran Duraiswami
C.G.International Pvt. Ltd.
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00850585
Message ID:
00850592
Vues:
14
Hi
#INCLUDE msoutlook.h
oOutLook = GETOBJECT("", "Outlook.Application") && create an instance of microsoft outlook
APPLICATION.OLERequestPendingTimeout = 0 
oOLNameSpace=oOutLook.GetNameSpace("MAPI")
oContacts=oOLNameSpace.GetDefaultFolder(olFolderContacts)
IF oContacts.Items.Count > 0 THEN
FOR EACH oContact IN oContacts.Items
&& append record here etc				
ENDFOR
ELSE
&& no contacts
ENDIF
RELEASE oOutLook
Chris Maiden
Email
Web
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform