.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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