NoIDFile (NotesRegistration - LotusScript®)

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

  • True indicates that no ID file is created during registration.
  • False (default) indicates that an ID file is created during registration.

Usage

Optionally set this property before calling RegisterNewUser.

If you set this property True, leave StoreIDInAddressBook False.