There are a few ways to do it. One is to use the SafeMailItem object:
Redemption.SafeMailItem oMail = new Redemption.SafeMailItem;
oMail.Item = myItem; // myItem is the Outlook item
oMail.Delete(missing);
--
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
"Seenu" wrote in message
...
hye Ken,
I got Redemption now.
can you tell which object to use for deleting that item.
Thanks in advance,
SrinivasanPrabakaran.