LOTUSSCRIPT/COM/OLE CLASSES


Initialize method
Example

Initializes a COM session with the current user ID.

Note This method is new with Release 5.0.2b.

Note This method is supported in COM only.

Defined in

NotesSession

Syntax

Call notesSession.Initialize( [ password$ ] )

Parameters

password$


Usage

This method can be used on a computer with a Notes Client or Domino Server.

This method assumes that you trust the local Domino or Notes installation.

Access to the Domino Objects is as a client if the user ID is not specified as a server in the local Domino Directory 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