Re: OL 2003/2007: HOW allow me to see categories, but not let recipien



Outlook 2007 has a rule to strip categories from outgoing emails but it keeps them in the items in Sent Items, exactly what you want with no code involved at all.

In Outlook 2003 you'd need to pull the existing categories from the outgoing items before clearing the categories in the send event. Then you'd need to handle the ItemAdd() event in the Sent Items folder's Items collection. In that event you'd check for the subject to make a match to what you saved as categories from the matching outgoing item and add back the categories.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"CuriousGeorge" <CuriousGeorge@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:767E371C-2633-47D9-90D3-7BDD6E477E99@xxxxxxxxxxxxxxxx

I want to keep the categories so I could see them on my computer (sort my
Sent messages by category, for example), but that a recipient would NOT
see
it. So it appears the solution I found (the Item.Categories ="") does NOT
accomplish my goal.

Is there a way to do this in OL2003 or OL2007?

DOES OL2007 strip the categories out of emails I send such that a
recipient
will NOT see the categories (in Yahoo email headers, seen as "Keywords")
but
that I can still search the categories after its been sent in the Sent
Items
folder?

And, if OL2007 DOES do this, how can I 'build' such functionality into
OL2003?

(This link *suggests* OL2007 does this, but I question whether it's
correct...

http://blog.clearcontext.com/2007/01/outlook_2007_ca.html )


I had tried popping in this short VBA script in OL2003

Private Sub Application_ItemSend(ByVal Item As Object, _

Cancel As Boolean)

Item.Categories = ""

End Sub

and it took the 'keywords' (categories) out of the recipient's copy of the
email, but it removed the categories from the copy in my Sent folder.

In other words, I do NOT want my recipient to see the categories I assigned
to the email, but I DO want to see the categories assigned (so I can search
for it in my Sent folder later).

Any way to do what I want in OL2003?

Will OL2007 do it? (I really would like to stick with Office 2003!)


.



Relevant Pages

  • Re: copy of email
    ... each outgoing message, but OnWrite/OnWriteComplete also fires for tehe ... OutlookSpy - Outlook, CDO ... (i mean i have to take a copy of an outgoing e-mail into "xxx" mapi folder ... OnSumbit and OnWrite are fires morethan one time for forwarded ...
    (microsoft.public.win32.programmer.messaging)
  • Re: How can I change color of all outgoing email?
    ... >outgoing email in the same folder w/out subdividing folders below. ... >to be able to visually separate incoming from outgoing and I thought one ... Email Client: Microsoft Office Outlook 2003 ...
    (microsoft.public.outlook)
  • Outlook filter to delete/move outgoing messages
    ... I try to define a filter that moves some outgoing emails to another ... Is this possible if I upgrade to Outlook ... I want to move all my calendar related mails to a separate folder. ...
    (microsoft.public.exchange.clients)
  • Outlook 2003: Check the outgoing email account before sending?
    ... I use Outlook to collect both work and personal email via POP. ... account before hitting send, and personal information is being routed ... proper outgoing email account. ... email filtered to a different "sent" folder than the default? ...
    (microsoft.public.outlook.configuration)
  • Re: Outlook 2003 blocks outgoing e-mail messages that are medium to la
    ... OX800CCCOF as you describe the issue is caused by your Anti Virus scanning the in and outgoing emails. ... Error Code 35 which is below has nothing to do with your Outlook. ... The AVG AV is not set to check outgoing e-mail, ...
    (microsoft.public.outlook)

Loading