.

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


StoreIDInAddressBook property
Example

Read-write. Indicates whether the ID file is stored in the server's Domino Directory.

Defined in

NotesRegistration

Data type

Boolean

Syntax

To get: flag = notesRegistration.StoreIDInAddressBook

To set: notesRegistration.StoreIDInAddressBook = flag

Legal values


Usage

Set this property before calling AddCertifierToAddressBook, AddServerToAddressBook, AddUserToAddressBook, RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

Language cross-reference

StoreIDInAddressBook property in Java Registration class

Example
See Also