Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook Question
Message
De
05/05/2000 06:25:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Outlook Question
Divers
Thread ID:
00366474
Message ID:
00366474
Vues:
55
I'm trying to reach the Exchange Server and it works using the following code:

clear
set safety off
create table getlist (naam c(50),adres c(50))
oOlApp=CREATEOBJECT("Outlook.Application")
if type("oOlApp") # "O"
Messagebox("Could not start Outlook!")
return
endif
oNameSpace = oOlApp.GetNameSpace("MAPI")
oAddressList = oNameSpace.AddressLists("EXTERNE ADRESSEN")
oAddressEntries = oAddressList.AddressEntries

My question is:
How can i add an address-item using the code? I have the permission to add one. Can I use "CreateItem" or "AddItem" ????
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform