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

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 
B

Bryce

Hi,
I am in slightly need of the same answer. Were you able to figure anything
out?
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top