OverwriteCheckEnabled (NotesCalendarNotice - Java™)
Read-write. Ensures that an action on a notice does not overwrite invitee changes.
Defined in
NotesCalendarNoticeSyntax
boolean NotesCalendar.getOverwriteCheckEnabled()
throws NotesException
void NotesCalendar.setOverwriteCheckEnabled(boolean flag)
throws NotesException
Legal value | Description |
---|---|
true |
checks and throws ERR_CALACTION_OVERWRITE_DISALLOWED if an overwrite would occur |
false |
(default) allows overwrites to occur without checking |
Usage
This property affects the following methods: accept, acceptCounter, counter, decline, declineCounter, and delegate. The application that sets this property totrue
can catch the exception and, for example,
query the user on how to proceed.