View Single Post
  #4  
Old March 2nd 09, 04:20 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default No entryid on Itemsend Event

Look at ConversationIndex and ConversationTopic. Those will let you link the
item in Sent Items to the original item. All items in a thread have the same
ConversationTopic value. For each new item in the thread the
ConversationIndex has a new date/time structure value added to it. So each
new item in the thread has ConversationIndex just a bit longer than the
previous item.

--
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


"Ashok" wrote in message
...
Hi Ken,

I have the same problem. My scenario is only valid when a user forwards an
item either from the inbox or from some other folder. I trap the ItemAdd()
event in the sent items folder, is there any way I can find out the which
item or items were forwarded in the parent folder? My requirement is I
need
move the items from the sent items folder and also remove the original
emails
from the parent folders.

Thanks for all the help
Ashok


Ads