Then specify that you need to run the Run a Script for these emails: script. In the rule, specify that it should be applied to all messages from the specified sender(s). In the Section 1 list, select Run a Script.
In a new window, press Advanced Options.You need to right-click the mail from a person you want to automatically accept meeting requests in Outlook. Right-click a mail in your inbox and select Rules > New rule. Save the VBA project using Ctrl + S shortcut, and close the editor window with Alt + Q.Set metResponse = metAppt.Respond(olMeetingAccepted, True) Set metAppt = metRequest.GetAssociatedAppointment(True)
#Auto response for outlook for mac code
Copy and paste the following VBA code in the right window: Sub AutoAcceptMeeting(metRequest As MeetingItem).In the left pane, expand Project1 > Microsoft Outlook Objects and select ThisOutlookSession.Press Alt + F11 to open the Microsoft Visual Basic for Applications window.Also, these rules only work in Outlook and they do not apply to OWA. It is the same no matter which Outlook version you are running–2010, 2013, 2016, or 2019.īefore you start, consider the following limitations:Īn e-mail account that receives the meeting request must be set as the default account in your Outlook profile. This section applies to Outlook 2010 and newer with no differences. Unfortunately, Outlook still has no built-in tools to automatically accept meeting requests from a specific person or contact.įor your information.
If you want Outlook to automatically accept meeting requests from a specific email address or person, use the Outlook rules and VBA script (macro).
#Auto response for outlook for mac how to
How to Automatically Accept Meeting Requests from a Specific Person in Outlook?