![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() 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...k_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!) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Server for name validation, without sending email to that recipien | ker_01[_2_] | Outlook - Using Forms | 0 | June 18th 09 11:59 PM |
Outlook 2003 - 2007 Categories error | Matthew Ellis | Outlook - Using Contacts | 6 | May 7th 09 05:22 PM |
outlook 2003 to 2007 calendar categories | Swambo | Outlook - Installation | 0 | September 2nd 08 12:05 AM |
What is categories limit in Outlook 2003 / 2007? | Marc | Outlook - General Queries | 1 | March 22nd 07 11:29 AM |
Outlook 2007 Categories are a combo of Categories & Labels in 2003 | Scott Sherman | Outlook - Calandaring | 0 | February 13th 07 04:23 AM |