View Single Post
  #3  
Old September 6th 07, 06:28 AM posted to microsoft.public.outlook.program_vba
Seenu
external usenet poster
 
Posts: 5
Default Delete outlook calendar appointment item permanently.

Hey thanks,
i am trying that.
But still i would like to know if there is any way to delete the appointment
items directly from the folder with out moving it.
and if so--
Can you tell me which object to use, for this kind of deletion.

Thanks in advance
SrinivasanPrabakaran.

"Ken Slovak - [MVP - Outlook]" wrote:

Trap ItemAdd on the Items collection of the Deleted Items folder and when
that fires delete the item from there.

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


wrote in message
ps.com...
I am developing an application using C#.net shared add-in.
It is intended to delete outlook appointment items permanently.
I am using _AppointmentItem object to delete the appointment from the
calendar.
while i am doing this the deleted appointment item is moved to the
Deleted items folder.
But i want to delete the appointment item permanently ie it should not
be moved to the deleted item folder instead it must be deleted
permanently.



Ads