New emails to have particular word at start of the Subject line/he

  • Thread starter Thread starter russeller
  • Start date Start date
R

russeller

Hi there, Can you set up a rule (a Macro would it be?) to have all new emails
with a particular word (in my case: "Unclassified") at the start of the
Subject line/header-to save me typing it all the time. Please Note: I am
after a reply in plain simple English - I am just a fairly basic user!!
Many thanks
 
No rule can do that. Macro code can do it.

You would need to handle the Inspectors.NewInspector() event and in that
event test for Inspector.CurrentItem.Class = olMail. If True you would add
your test to Inspector.CurrentItem.Subject in that event if
Inspector.CurrentItem.EntryID = "". That indicates a new, unsaved item.
 
Hi,
I am in slightly need of the same answer. Were you able to figure anything
out?
Thanks.
 
Back
Top