View Single Post
  #7  
Old April 16th 07, 11:15 PM posted to microsoft.public.outlook.program_addins
j
external usenet poster
 
Posts: 109
Default How to store custom data with Folder

Thanks it works, is it possible to add hidden items to folder via
OutlookSpy?? Is it possible to to view for hidden items
in some folder via OutlokSpy (or only to write scipt in the Script
Editor )??


Suppose i have 20 folders or more and for each folder i should add
property e.g. userID,
for example 3 folders may have same userID property other userID in 2
folders and so on,
so in this case i should create some dictionary list that will have
form userID | FolderName
and for each item arrive (a lot items will arrive pereodically) i
should get the property (named) userID from arrived mailItem
check to wich folder (via dictionary) it's belong and then move.
So in the addIn startUp i should iterate over all my folder tree and
build the dictionary.


Any suggestion, to how implement the scenario above???


Thnx,.

Ads