LOTUSSCRIPT/COM/OLE CLASSES


AddServerToAddressBook method
Example

Creates a Server record in a Domino Directory based on a server ID file and optionally attaches the ID file.

Defined in

NotesRegistration

Syntax

variant = notesRegistration.AddServerToAddressBook( idfile$, server$, domain$ [, userpw$ [, network$ [, adminname$ [, title$ [,location$ [, comment$]]]]]])

Parameters

idfile$


server$
domain$
userpw$
network$
adminname$
title$
location$
comment$
Usage

Set StoreIDInAddressBook True to attach the ID to the Domino Directory record.

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.

This method occurs automatically with RegisterNewUser if UpdateAddressBook is True.

Language cross-reference

addServerToAddressBook method in Java Registration class

Example