Outlook 2016 script

0

I am looking to create a rule to remove a specific sentence from every incoming email in Outlook 2016. The sentence is static and never changes but I don't want it in the body of the email.

Thanks!

John Smith

Posted 2019-09-19T18:43:12.620

Reputation: 1

Possible duplicate of VBA Script to Dynamically Change Subject Line on Incoming Emails for Outlook 2013

– HackSlash – 2019-09-19T19:24:35.023

What have you tried so far? – HackSlash – 2019-09-19T19:25:10.983

@HackSlash I've gone as far as to figure out how to enable the developers tab in Outlook 2016 and get to the VB6 console. Unfortunately I am not proficient in the language to code it. The text I am looking to remove from the body (not subject) is a disclaimer stamped from the mail server. – John Smith – 2019-09-19T19:46:40.530

You are going to need to understand VBA and specifically outlook event handling in VBA. Please read this: https://superuser.com/help/how-to-ask

– HackSlash – 2019-09-19T19:57:51.077

No answers