View Single Post
  #2  
Old May 23rd 07, 05:59 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Create rule to accept meeting notices



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:

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?

Ads