LOTUSSCRIPT/COM/OLE CLASSES
Represents the Notes databases on a specific server or local computer.
Containment
Contained by: NotesSession
Contains: NotesDatabase
Properties
Name
Parent
Methods
CreateDatabase
GetFirstDatabase
GetNextDatabase
New
OpenDatabase
OpenDatabaseByReplicaID
OpenDatabaseIfModified
OpenMailDatabase
Creation
You create a new NotesDbDirectory object using the name of the server you want to access. You can use the following:
Dim variableName as New NotesDbDirectory( serverName$ )
or
Set notesDbDirectory = New NotesDbDirectory( serverName$ )
Parameters
serverName$