LOTUSSCRIPT/COM/OLE CLASSES


MailQuotaSizeLimit property
Read-write. The maximum size of the user's mail database, in megabytes.

Note This property is new with Release 6.5.

Defined in

NotesRegistration

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.

Language cross-reference

MailQuotaSizeLimit property in Java Registration class