DeleteIDOnServer (NotesRegistration - LotusScript®)

Deletes the user ID attachment from a Person or Server record in a Domino® Directory.

Defined in

NotesRegistration

Syntax

Call notesRegistration .DeleteIDOnServer( username$, isserverid )

Parameters

username$

String. The full name of the user.

isserverid

Boolean. True if the name you query represents a server ID. False if the name is that of a person.

Usage

This method acts on the Domino® Directory (names.nsf) for the server specified by RegistrationServer, or names.nsf in the local Domino® data directory if this property is not set.

Example