Add & Remove book mark icon using Lotus Script

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.

Thanks in Advance

Anupama

Subject: Add & Remove book mark icon using Lotus Script

Adding bookmark:

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/f1b5c632768b1ea285256a53005957e2?OpenDocument&Highlight=0,bookmark,icon

Removing bookmark:

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.

Regards

Byju Joy