Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting EMail Groups from Lotus Notes
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Getting EMail Groups from Lotus Notes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
00987645
Message ID:
00987645
Vues:
35
The following VFP code will create a Lotus Notes object and open the User's local address book. Does anyone know how to get a list of contact names, email addresses and email groups from it? TIA!
LOCAL loNotes, loDB
loNotes = CREATEOBJECT('Lotus.NotesSession')
loNotes.Initialize('')
loDB = loNotes.GetDatabase('', 'names.nsf')
? loDB.FilePath
loDB = NULL
loNotes = NULL
RETURN
Mark McCasland
Midlothian, TX USA
Répondre
Fil
Voir

Click here to load this message in the networking platform