RegistrationServer (Registration - Java)

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

Defined in

Registration

Data type

String

Syntax

public String getRegistrationServer()
    throws NotesException
public void setRegistrationServer(String server)
    throws NotesException

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