.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


AddUserToAddressBook method
Example

Creates a Person record in a Domino Directory based on a user ID file and optionally attaches the ID file.

Defined in

NotesRegistration

Syntax

variant = notesRegistration.AddUserToAddressBook( idfile$, fullname$, lastname$ [, userpw$ [, firstname$ [, middle$ [, mailserver$ [, maildbpath$ [, fwdaddress$ [,location$ [, comment$]]]]]]]] )

Parameters

idfile$


fullname$
lastname$
userpw$
firstname$
middle$
mailserver$
mailidpath$
fwdaddress$
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 RegisterNewServer if UpdateAddressBook is True.

Language cross-reference

addUserToAddressBook method in Java Registration class

Example