I want to get list of Domino Servers on the network, and accordingly login into particular server.
I am using C# / Interop.Domino.dll
Any ideas how to do this?
I want to get list of Domino Servers on the network, and accordingly login into particular server.
I am using C# / Interop.Domino.dll
Any ideas how to do this?
You can check the Name and Address Book (NAB - usually, the names.nsf database) on a server whose name is known - that NAB has a view with an alias of "Servers", which lists all servers that this server is aware of. (It may not be a complete list of all accessible servers). If you don't know of any server names to start, you can find the current session user's home mail server, and use that.
So, you want to do something like: