Email Categories: NO SHOW to sendee, SHOW in Sent folder? Prev. WR

C

CuriousGeorge

I posted this issue recently, and all the responses appear to be incorrect.

I want to assign categories to emails, so that I can search my Sent emails
by category, but NOT have the recipient see the assigned category.

I was told by at least two previous posters that Outlook 2007 would do this.
(I had Office 2003.) So, after buying Office 2007 Ultimate, installing it,
and testing it (many hours and hundreds of dollars later), NADA. It does NOT
work as I was told it would.

Would somebody tell me (correctly) how I can get Outlook 2003 to do this?

This is the only reason I bought Office Ultimate 2007. (I do not like the
ribbon. It undoes years of prior learning.)

Again, how can I assign categories to an email, then send it, such that the
recipients will NOT see the assigned category, but that I WILL see the
assigned category?

(VBA code to set Item.Categories ="" erases categories from the recipients'
emails AND my emails [in the Sent folder]. OL 2007's rule on stripping
categories likewise strips it from recipients AND my Sent folder.)

(Previous posts were on 7/10/2009 and 7/12/2009. 7/12/2009 answer
[incorrectly] said:

Outlook supports stripping categories from outgoing mail but retaing
them in your mailbox. See Rules and Alerts->Start from a New Rule->On
Outgoing messages. Follow th wizard.)



1) How do I
 
D

Duncan McC

Perhaps someone here can answer that, but I think you're better off
posting in microsoft.public.outlook.program_vba - reason...

You are saying you have an email with a category, and want to strip it
upon (prior really) sending so that any recipient with Outlook won't see
it (I wouldn't think other email programs would be able to use it) - and
then when it's in Sent Items, you want to "re-touch" it (put the
category back).

Hence I think you'll need to code that - and have your own special
"send" button perhaps - so... you make said email, press your custom
send button and your code does the biz (gets the category and keeps it,
strips it from the email, sends the email, looks up the email in Sent
Items and puts the category back).
 

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