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
 
Not from the Outlook object model. You'd have to use CDO 1.21, Extended MAPI
(C++ or Delphi only) or Redemption (www.dimastr.com/redemption) to delete
items and avoid the Deleted Items folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top