LOTUSSCRIPT/COM/OLE CLASSES


Initializing a session
Example

You must explicitly initialize a COM session with one of the following NotesSession methods. These methods do not apply to LotusScript applications.


The parameters are all strings. The name parameter can be an empty string. The password parameter is optional.

Initialization occurs as follows:


These methods assume that you trust the local Domino or Notes installation.

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