LOTUSSCRIPT/COM/OLE CLASSES


UseContextServer property
Example

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


Usage

If true, this property will override the server specified in a lookup method with the server of the context database.

Example