LOTUSSCRIPT/COM/OLE CLASSES


InitializeUsingNotesUserName method
Example

Initializes a COM session with a specified user name.

Note This method is new with Release 5.0.2b.

Note This method is supported in COM only.

Defined in

NotesSession

Syntax

Call notesSession.InitializeUsingNotesUserName( name$ [, password$ ] )

Parameters

name$


password$
Usage

This method can be used only on a computer with a Domino server. You can access only the local server through the Domino Objects.

This method assumes that you trust the local Domino installation.

Example
See Also