I’ve done 99% of the VBA I’ve done in Word, so please handle this request with kid gloves.
Based on what I can see, it would seem that it is possible to use VBA accept responses from meetings, something that I have been told cannot be done by Outlook rules. I’m assuming it would probably involve the use of the NewMail event.
Here is what I need:
If a message comes into my Inbox and the subject starts with “Accept: ” Then
Open the message (which I’m hoping will cause the response to register on my meeting if I am the organizer/initiator).
Close the message.
Move the message to another folder.
End if
Thanks for your help!!
Troy