LOTUSSCRIPT/COM/OLE CLASSES


MailQuotaWarningThreshold property
Read-write. The size, in megabytes, at which the user's mail database issues a warning that it is getting too large.

Note This property is new with Release 6.5.

Defined in

NotesRegistration

Data type

Long

Syntax

To get: long& = notesRegistration.MailQuotaWarningThreshold

To set: notesRegistration.MailQuotaWarningThreshold = long&

Usage

Optionally set this property before calling RegisterNewUser.

A value of 0 (default) sets no warning threshold.

Language cross-reference

MailQuotaWarningThreshold property in Java Registration class