Programatically remove appointments without moving them to Deleted folder

  • Thread starter Thread starter Etienne Charland
  • Start date Start date
E

Etienne Charland

Hi, I'm using C# code to programatically delete outlook appointments. Using
Outlook.AppointmentItem.Delete(), the problem is that the appointment goes
in the deleted folder. In Outlook, by pressing Shift+Del, it is possible to
permanently delete the appointment. How can I do the same via code?

Thanks
Etienne
 
Back
Top