LOTUSSCRIPT/COM/OLE CLASSES


NoIDFile property
Read-write. Indicates that no ID file is created during registration.

Note This property is new with Release 6.5.

Defined in

NotesRegistration

Data type

Boolean

Syntax

To get: flag = notesRegistration.NoIDFile

To set: notesRegistration. NoIDFile = flag

Legal values


Usage

Optionally set this property before calling RegisterNewUser.

If you set this property True, leave StoreIDInAddressBook False.

Language cross-reference

IsNoIDFile property in Java Registration class