StoreIDInMailfile (NotesRegistration - LotusScript®)
Read-write. Indicates whether the ID file is stored in the user's mail file.
Note: This property is new with Release 6.5.
Defined in
Data type
Boolean
Syntax
To get: flag = notesRegistration .StoreIDInMailfile
To set: notesRegistration .StoreIDInMailfile = flag
Legal values
- True indicates that the ID file is stored in the user's mail file.
- False (default) indicates that the ID file is not stored in the user's mail file.
Usage
Optionally set this property before calling RegisterNewUser.
This property applies only to Domino® Web Access and allows Notes® users to read their encrypted mail while using Domino® Web Access. The MailSystem property must be set to REG_MAILSYSTEM_INOTES (3) prior to calling RegisterNewUser or the Notes® ID will not be stored in the user's mail file.