We have moved 300 users from server1 to server2.Now we need to add mailfile icon from server2 in the each users bookmark.nsf & remove existing mailfile icon (server1) from the bookmark.
It will be great if you could give me some LotusScript code for that, so we can send to every user as a button to execute it
Mail file name we can get from either names.nsf or from users location document.
Access bookmark.nsf database → All Bookmarks view, then get hold of Document representing old bookmark. To lookup document representing user old mail box, either compare URL field, or Title etc. Delete that document using doc.Remove.