LOTUSSCRIPT/COM/OLE CLASSES
You must explicitly initialize a COM session with one of the following NotesSession methods. These methods do not apply to LotusScript applications.
Call session.InitializeUsingNotesUserName("name", "passwordOptional")
Initialization occurs as follows:
Access to the Domino Objects is as a client if you use the Initialize method and the user ID is not specified as a server in the local Domino or Notes directory. Otherwise, access is as a server. As a client, you can access any server that accepts your user ID. As a server, you can access only the local server.
Example See Also