Search results

  1. G

    Auto accept meeting request for non primary account

    Hello, Can anyone assist with altering the code (or advising of other code) contained within the below link so that it activates only on a certain mailbox? Autoaccept a Meeting Request using Rules The mailbox is a shared one called 'Team Locations' and ideally I want to ensure the meetings...
  2. G

    Autoaccept a Meeting Request using Rules

    Can anyone advise how to adapt the above linked code (also shown below) to only activate for a certain mailbox (not the primary one)? Many thanks Glen Sub AutoAcceptMeetings(oRequest As MeetingItem) If oRequest.MessageClass <> "IPM.Schedule.Meeting.Request" Then Exit Sub End If Dim oAppt...
Back
Top