Outlook Tag Plugin

8

3

Does anyone from here knows a possibility/method or pluging which will allow me to add tags/keywords to emails that I receive in Outlook 2007?

dole doug

Posted 2009-09-21T06:47:34.283

Reputation: 1 593

Answers

4

This saved my life

Taglocity

admintech

Posted 2009-09-21T06:47:34.283

Reputation: 6 970

2Unfortunately, the website and product don't exist anymore. Any free alternatives? Taglocity can still be downloaded on various places, but I am not sure if it is a good idea... – maf-soft – 2015-09-03T07:49:46.407

@doug any time bud – admintech – 2009-09-21T08:46:16.383

1

It's called Categories in Outlook 2007 and it's built in. I use it all the time - I have a few standard categories that I can right click the email to add, or I can type in new ones. If I also flag the message it appears in my Tasks, sorted by Category. Excellent functionality.

Using the built-in search I can also specify categories to search within by clicking or typing

category:="Some category"

in the search field..

tplive

Posted 2009-09-21T06:47:34.283

Reputation: 336

0

I couldn't become happy with standard outlook rules and pre-defined categories. Now I created a VBA macro, which is automatically triggered on every new mail and can easily do to it, whatever I want. For example, adding prefixes to the subject or attach categories (even new ones). I don't move messages to subfolders anymore. Instead I configure virtual folders to display by customer or project.

One completely automatic thing is that this macro looks at all recipients and the sender, and adds all domain names (following the @) as categories. They are displayed nicely on top of the mail. This makes sense, because all of my customers use own domain names. If they were using gmail, it would of course make no sense.

I can add an example later, if anyone asks for it :)

maf-soft

Posted 2009-09-21T06:47:34.283

Reputation: 168