LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates if the server of the context database will be used.
Note This property is new with Release 8
Defined in
NotesDirectory
Data type
Boolean
Syntax
To get: flag = notesDirectory.UseContextServer
To set: notesDirectory.UseContextServer = flag
Legal values
If true, this property will override the server specified in a lookup method with the server of the context database.
Example