Thread: [Solved] Tag incomming emails?
View Single Post
 
Old 08-13-2015, 04:23 AM
gmayor's Avatar
gmayor gmayor is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,144
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

From the VBA editor (ALT+F11 will open it) Insert > Module. Paste the code into that module. - Although aimed at Word the process described at http://www.gmayor.com/installing_macro.htm is almost identical and may help.

As for creating a rule - https://support.office.com/en-za/art...7-a50704d66c59

One of the options is run a Script and the script you want to run is AddTag, which will almost certainly be the only script listed to select. Set conditions to identify the particular messages or it will tag all incoming messages.

You can run the 'test' macro with a received message selected to test how it works.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote