counter (NotesCalendarNotice - Java)
Counters a meeting notice.
Defined in
NotesCalendarNoticeSyntax
void NotesCalendarNotice.counter(String comments, DateTime start, DateTime end)
throws NotesException
| Parameter | Description |
|---|---|
| comments | Comments regarding a meeting change. |
| start | The start time of the counter proposal. |
| end | The end time of the counter proposal. An exception occurs if the end time is not greater than the start time. |
| 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 identifier for the NotesCalendarNotice object does not identify a notice in the calendar. |
Language cross-reference
Counter method in LotusScript® NotesCalendarNotice class