UseContextServer (NotesDirectory - LotusScript®)
Read-write. Indicates if the server of the context database will be used.
Note: This property is new with Release 8
Defined in
Data type
Boolean
Syntax
To get: flag = notesDirectory .UseContextServer
To set: notesDirectory .UseContextServer = flag
Legal values
- True indicates the server of the context database will be used, or local if the context database is local.
- False (default) indicates the server specified in lookup methods will be used.
Usage
If true, this property will override the server specified in a lookup method with the server of the context database.