LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The name of the user or server that created the session, and the alternate name if it exists.
Note This property is new with Release 5.
Note This property is not implemented in COM.
Defined in
NotesSession
Data type
Array of NotesName objects
Syntax
To get: notesNameArray = notesSession.UserNameList
Usage
The first element of the array is the primary user name, and the second element is the alternate user name. For a user who has only a primary user name, the array is a single element.
Language cross-reference
UserNameList property in Java Session class
Example See Also