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

Hey Ken,
In the last post i told you what can be done.

The real requirement is to delete an appointment item with out firing the
delete event.
Can it be done ?
if so, how?
if not, why?

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