IsNorthAmerican (NotesRegistration - LotusScript®)

Read-write. Indicates whether an ID file is NorthAmerican.

Defined in

NotesRegistration

Data type

Boolean

Syntax

To get: flag = notesRegistration .IsNorthAmerican

To set: notesRegistration .IsNorthAmerican = flag

Legal values

  • True indicates that the ID file is North American; default.
  • False indicates that the ID file is not North American.

Usage

Set this property before calling RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.

Example