MailQuotaWarningThreshold (Registration - Java™)

読み書き可能。ユーザーのメールデータベースから、そのサイズが大きすぎるという警告が出されるときのサイズ (メガバイト)。

注: このプロパティは R6.5 で新しく追加されました。

定義位置

Registration

データ型

int 型

構文

public int getMailQuotaWarningThreshold()
    throws NotesException
public void setMailQuotaWarningThreshold(int threshold)
    throws NotesException

使用法

registerNewUser を呼び出す前に、任意でこのプロパティを設定します。

値が 0 の場合は (デフォルト)、警告するしきい値は設定されません。

クロスリファレンス

LotusScript® NotesRegistration クラスの MailQuotaWarningThreshold プロパティ