MailQuotaSizeLimit (NotesRegistration - LotusScript®)
Read-write. The maximum size of the user's mail database, in megabytes.
Note: This property is new with Release 6.5.
Defined in
Data type
Long
Syntax
To get: long& = notesRegistration .MailQuotaSizeLimit
To set: notesRegistration . MailQuotaSizeLimit = long&
Usage
Optionally set this property before calling RegisterNewUser.
A value of 0 (default) sets no size limit.