LOTUSSCRIPT/COM/OLE CLASSES


InitializeUsingNotesUserName method
Esempio

Initializes a COM session with a specified user name.

Nota This method is new with Release 5.0.2b.

Nota 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.

Esempio
Vedere anche