Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Question
Message
From
05/05/2000 06:25:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Outlook Question
Miscellaneous
Thread ID:
00366474
Message ID:
00366474
Views:
56
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" ????
Next
Reply
Map
View

Click here to load this message in the networking platform