Skip to main content

ServerHint (NotesRichTextDocLink - LotusScript)

Read-write. Name of the server containing the target database.

Defined in

NotesRichTextDocLink

Data type

String

Syntax

To get: server$ = notesRichTextDocLink .ServerHint

To set: notesRichTextDocLink .ServerHint = server$

Usage

This property is an empty string if the database is local.

Example