LOTUSSCRIPT/COM/OLE CLASSES


GetDirectory method
Creates a new NotesDirectory object using the name of the server you want to access.

Note This method is new with Release 8.

Defined in

NotesSession

Syntax

Set notesDirectory = notesSession.GetDirectory( [serverName$] )

Parameters

serverName$


Return value

notesDirectory


Usage

If this method is run on a server, and the serverName is the name of a different server, the current server must have a Trusted relationship with the specified server.

For more information, see the NotesDirectory class.

Language cross-reference

getDirectory method in Java Session class