Deleting contacts permanenetly

J

John

Hi

When I use Itemcontact.delete the contact is deleted and ends up in deleted
items folders. Is there any way the contact does not end up in deleted items
folder when it is deleted via code?

Thanks

Regards
 
K

Ken Slovak - [MVP - Outlook]

Not using the Outlook object model, no. If you use CDO 1.21 or Redemption
(www.dimastr.com/redemption) or Extended MAPI (C++ or Delphi only) you can
delete items permanently while bypassing Deleted Items. Otherwise you have
to handle ItemAdd on the Deleted Items folder's Items collection and then
delete those items again from Deleted Items.
 

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

Top