I am trying to create a add-on to get the record id of a deleted record from Deleted Items folder. When a user deletes a record, it will be sent to Deleted Items Folder of Outlook.Could anyone help me to get the record id of the contact if it gets added to the "Deleted Items Folder" Thanks in advance, Rajeen R
You can handle the ItemAdd() event of the Items collection of the Deleted Items folder. You can then get the EntryID of each item as it's added to Deleted Items. Of course if the user hard deletes an item using Shift+Delete it won't go to Deleted Items at all. -- 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 "Kidd" wrote in message news:%23AFn6dK7IHA.1196@TK2MSFTNGP05.phx.gbl... >I am trying to create a add-on to get the record id of a deleted record >from Deleted Items folder. > When a user deletes a record, it will be sent to Deleted Items Folder of > Outlook.Could anyone help me to get the record id of the contact if it > gets added to the "Deleted Items Folder" > > Thanks in advance, > Rajeen R