Hi,
I want to send out an e-mail with a button, when the users click that button I want to add a second address book to their preferences. I cannot use a policy because it is only a few that should have this second address book.
Do any of you have a suggestion on how the script should be built?
Thanks in advance!
Subject: Automatically add address book on client
Try this one:
Dim session As New NotesSession
Call session.SetEnvironmentVar( “NAMES”, “names.nsf, names2,nsf” ,True)
Setfano
Subject: Automatically add address book on client
Try this one: (there was an error a mistyping error in my previous post)
Dim session As New NotesSession
Call session.SetEnvironmentVar( “NAMES”, “names.nsf, names2.nsf” ,True)
Stefano
Subject: RE: Automatically add address book on client
That solved it, excellent! 
Thanks Stefano!
/Peter