Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting EMail Groups from Lotus Notes
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Getting EMail Groups from Lotus Notes
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00987645
Message ID:
00987645
Views:
36
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
Reply
Map
View

Click here to load this message in the networking platform