LOTUSSCRIPT/COM/OLE CLASSES
Creates a new NotesName object. When used with OLE automation, this method allows you to create a NotesName object without using the New method of NotesName.
Defined in
NotesSession
Syntax
Set notesName = notesSession.CreateName( name$ [, language$ ] )
Parameters
name$
notesName
For more information, see the NotesName class.
See @Locale in the formula language for a list of language codes.
Language cross-reference
createName method in Java Session class
Example See Also