change meetingstatus when all accepted

  • Thread starter Thread starter usabmaster
  • Start date Start date
U

usabmaster

Hi!

If I create an appointment (meeting) with meetingstatus olTentative
with e.g. just one more recipient, then I want to change the
meetingstatus to olBusy, when the other one accepts.

How can I realize this? check every time the calendar is opened if all
accepted and how can I check if the appointment has been accepted?

Thx in advance!
 
The status for each person invited will be in the Recipients collection for the item. Each REcipient has a MeetingResponseStatus property.
 
Thank you for your help.

But which ways do I have to do this autmatically, e.g. every time I
get a mail with accepted appointment (outlook 2000)?
Can I run a macro every time a mail arrives?
 
Thank you for your help.

But which ways do I have to do this autmatically, e.g. every time I
get a mail with accepted appointment (outlook 2000)?
Can I run a macro every time a mail arrives?

I got it (Application_NewMail()), thanks
 
Back
Top