Hi folks,
having an Appointment, is it possible to get with LotusScript,
mails of all attending persons and their responses so far?
Thanks in advance!
Regards,
Daniel
Hi folks,
having an Appointment, is it possible to get with LotusScript,
mails of all attending persons and their responses so far?
Thanks in advance!
Regards,
Daniel
Subject: HELP: How to get status from an Appointment
In principle it is possible to gather all replies with LS. I suggest that you look at the attributes of a reply and look for items like:
subject (to allocate the correct invitation)
date/time (idem)
from (to see who responded)
status (what the reponse was)
Now you can write the correct selection formula and process the responses.