Accepts but counters a calendar notice.
Syntax
acceptCounter(comments:string) : void
Parameter |
Description |
comments |
Comments regarding a meeting change. |
Possible exception |
Value |
Text |
Description |
NotesError.NOTES_ERR_UNSUPPORTEDACTION |
4811 |
Unsupported action |
The method is attempting to apply an action
that is not valid for the entry. |
NotesError.NOTES_ERR_OVERWRITEDISALLOWED |
4813 |
This action is not allowed since it would
overwrite personal changes |
The action should be verified then reissued
with the overwrite flag set. |
NotesError.NOTES_ERR_IDNOTFOUND |
4814 |
Identifier not found |
The recurrence identifier for the NotesCalendarEntry object does not identify
an entry in the calendar. |
LotusScript® syntax
NotesCalendarNotice.AcceptCounter(Byval comments As String)
This
agent .
Java™ syntax
void NotesCalendarNotice.acceptCounter(String comments)
This
agent .