LOTUSSCRIPT/COM/OLE CLASSES
Creates a new NotesDbDirectory object using the name of the server you want to access. When used with OLE automation, this method allows you to create a NotesDbDirectory object without using New.
Defined in
NotesSession
Syntax
Set notesDbDirectory = notesSession.GetDbDirectory( serverName$ )
Parameters
serverName$
notesDbDirectory
For more information, see the NotesDbDirectory class.
Language cross-reference
getDbDirectory method in Java Session class
Example See Also