Create rule to accept meeting notices

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm relatively new to this. I'd like to create an action that automatically
accepts a meeting from a specific user group. I've tried the automatic
acceptance in the resouce scheduling but this hasn't worked. Is there a way
to create an action or small script to be run after meeting notices are
received?
 
You can use the ItemAdd event of the Inbox. Check if the incoming item is a
Meetingitem. Call its GetAssociatedAppointment function to add the meeting
to your calendar; the function also returns an AppointmentItem that has a
Respond method.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Quick-Cats - Categorize Outlook data:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Tue, 15 May 2007 11:27:03 -0700 schrieb Matt:
 
Back
Top