Any way to tell if a Noteice has been accepted (without opening it)

If a reschedule notice appears in the Inbox, is there any way in LotusScript to tell whether the notice has been accepted or not.

Obviously, accepting does change something, because on re-opening the Notice, you don’t see the button to accept, but rather see “Open Meeting” button. But I can’t find any field that has been changed by accepting. The hide-when formulas for the two buttons use some “internal” logic and fields that are computed, probably by the process of opening.

Will be grateful for any clues.

Subject: hide-when

Take a look at the hide-when on the accept action, should give you some pointers

Subject: Check out the C&S Schema doc

to get an idea of what items mean what on the docs. You can Google for it or try this direct link:

http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/WPNotesCSSchema/$File/csschema.pdf

In your case, NoticeType starts as “U” (for Update) and once the update is accepted by the user the value will change or the doc goes away (because its info was applied to the doc in the Calendar so the update notice is no longer needed).

Bruce

IBM