MailQuotaSizeLimit (Registration - Java)

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

Note: This property is new with Release 6.5.

Defined in

Registration

Data type

int

Syntax

public int getMailQuotaSizeLimit()
    throws NotesException
public void setMailQuotaSizeLimit(int limit)
    throws NotesException

Usage

Optionally set this property before calling registerNewUser.

A value of 0 (default) sets no size limit.