LOTUSSCRIPT/COM/OLE CLASSES


StoreIDInMailfile property
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

NotesRegistration

Data type

Boolean

Syntax

To get: flag = notesRegistration.StoreIDInMailfile

To set: notesRegistration.StoreIDInMailfile = flag

Legal values


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.

Language cross-reference

IsStoreIDInMailfile property in Java Registration class

MailSystem property in NotesRegistration class