RequestInfo (NotesCalendarEntry - LotusScript®)
Requests information for a meeting entry.
Defined in
NotesCalendarEntrySyntax
Call notesCalendarEntry.RequestInfo( comments$ )| Parameter | Description |
|---|---|
| comments | String. Comments regarding a request. |
| Possible exception (lsxbeerr.lss) | Value | Text | Description |
|---|---|---|---|
| lsERR_NOTES_ERR_INVALIDID | 4757 | Invalid ID | The identifier for the NotesCalendarEntry object is not valid. |
| lsERR_NOTES_ERR_RECURID_NOTFOUND | 4808 | Recurrence-ID not found | The recurrence identifier for the NotesCalendarEntry object is not valid. |
| lsERR_NOTES_ERR_IDNOTFOUND | 4814 | Identifier not found | The recurrence identifier for the NotesCalendarEntry object does not identify an entry in the calendar, or the scope and recurid are missing for a recurring entry. |
Usage
This method deals with meeting entries, not notices.Language cross-reference
requestInfo method in Java™ NotesCalendarEntry class