The Categories control in the Message Options dialog works off the pick list.
It's not a text box that accepts typing.
I've been able to get a form region solution to work on individual open
items -- just an .ofs file, an .xml file, and an added value in the Windows
registry. If the requirement is to be able to input categories from an item
selected in a folder, however, that would require an add-in. (There's no
good, supported distribution method for VBA code.)
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Diane Poremsky [MVP]" wrote:
Right click on the message in the message list and choose Message options.
Or on an open message, expand the options dialog - use the little flyout
arrow in the lower right under categories/followup/mark as read buttons.
Also, one of the tools at http://www.slipstick.com/outlook/olcat.asp may
help.
wrote in message
...
My department is migrating from Outlook 2003 to Outlook 2007. I am
piloting 2007 and am struggling with categories.
We use many categories for our shared mailbox. Every incoming mail
item is categorized using one or more categories. Because of the large
number of categories and how often they change, most of us are used to
just typing them into the text entry box. For instance, a mail item
may be categorized as "parts, chrysler, z01112008," the z-number
indicating a delivery date. That's what we type in the text box.
Once categorized, management can then filter by category to see how
many items were received for parts, of for that delivery date, etc.
In Outlook 2007 there is no text box. Trying to use categories that
don't exist is cumbersome, and, once defined, even clicking categories
from a hundred or so choices is more work than just typing them in.
Is there a solution to use text box entry? Or do I need to write VBA
code and forms?
-Laurens de Jong, from Detroit, MI.