delegate (NotesCalendarNotice - Java)

会議通知について、新しい参加者に代理出席を依頼します。

定義位置

NotesCalendarNotice

構文

void NotesCalendarNotice.delegate(String comments, String delegateto)
	throws NotesException
void NotesCalendarNotice.delegate(String comments, String delegateto, boolean keepinformed)
	throws NotesException
パラメータ 説明
commentstoorganizer 会議の変更に関するコメント。
delegateto 新しい会議参加者のメールアドレス。
keepinformed 会議に関する通知を引き続き受け取るには、true を指定します。
可能性のある例外 テキスト 説明
NotesError.NOTES_ERR_UNSUPPORTEDACTION 4811 サポートされないアクション メソッドが、エントリに対して無効なアクションを適用しようとしています。
NotesError.NOTES_ERR_OVERWRITEDISALLOWED 4813 個人の変更を上書きすることになるため、このアクションは実行できません アクションを確認した後、上書きフラグを設定して再実行してください。
NotesError.NOTES_ERR_IDNOTFOUND 4814 ID が見つかりません NotesCalendarNotice オブジェクトの識別子がカレンダーの通知を示していません。

クロスリファレンス

LotusScript® NotesCalendarNotice クラスの NotesCalendarNotice メソッド