Jo Johnson
New Member
- Outlook version
- Outlook 2010 64 bit
- Email Account
- Exchange Server
Problem: Certain emails originating outside my organization are being prepended with warning text either in the subject line or in some cases in the body of the email. This is very annoying on a mobile device.
I'm trying to create a rule that runs a script that finds and delete specific text in 2 scenarios;
1- Identify and delete "Please exercise caution with any links or attachments." from any email that hits my inbox.
2- Identify and delete "[External]" from the subject line of any email that hits my inbox.
Both need to be a "Sub CustomMailMessageRule(Item As Outlook.MailItem)" type of script but I can't get either to work.
I'm trying to create a rule that runs a script that finds and delete specific text in 2 scenarios;
1- Identify and delete "Please exercise caution with any links or attachments." from any email that hits my inbox.
2- Identify and delete "[External]" from the subject line of any email that hits my inbox.
Both need to be a "Sub CustomMailMessageRule(Item As Outlook.MailItem)" type of script but I can't get either to work.