LOTUSSCRIPT/COM/OLE CLASSES


NotesDbDirectory class
Example

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:


Note The New method is not supported in COM.
Syntax

Dim variableName as New NotesDbDirectory( serverName$ )

or

Set notesDbDirectory = New NotesDbDirectory( serverName$ )

Parameters

serverName$


Example
See Also