RegistrationServer (NotesRegistration - LotusScript®)

Read-write. The server to use when creating IDs and performing other registration functions.

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration .RegistrationServer

To set: notesRegistration .RegistrationServer = string$

Usage

Set this property before calling any method except SwitchToID method.

If you don't set this property, the local Domino® or Notes® directory is assumed.

This property is used to:

  • Attach an ID to the user, server, or certifier document in the Domino® Directory.
  • Create a mail database for a new user.

Example