Notes Client Preferences

Can we read Notes Client Preferences(not in notes.ini) using Lotus Script? I want to read the Sametime server name from Sametime settings.

Subject: Notes Client Preferences

Thanks. I was planning to read the file community-config file in the folder (workspace.metadata.plugins\com.ibm.collaboration.realtime.community.sametime) using LS xmlparser, but wanted to check if there is any other way that I am not aware of.

Subject: sure

The info is in \Data\workspace.metadata.plugins\com.ibm.collaboration.realtime.community.sametime\community-config.xml or \Data\workspace.metadata.plugins\com.ibm.collaboration.realtime.login. Pretty sure it is the first file. Open it with a text editor and see what the tags around that show the server name. Open the file for input and just read it line by line looking for those tags using instr function