I changed pernames.ntf template on domino server. And I want to refresh all the client-side address book databases(names.nsf).How could I achieve this?
Subject: Use the postOpen event…
You could use the postOpen event of the mailfile. On open, locate the template, locate the local names.nsf and do your replace via script
JYR