View Single Post
  #1  
Old September 5th 07, 11:20 AM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 2
Default Delete outlook calendar appointment item permanently.

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