IMAPIFolder:
eleteMessages()
A note on terminology - a soft delete in Outlook is actually a move to the
Deleted Items folder, it has nothing to do with deletion.
A message is deleted when you call IMAPIFolder:
eleteMessages().
Hard delete in Extended MAPI is when you use the DELETE_HARD_DELETE flag
when calling IMAPIFolder:
eleteMessages (Exchange specific). In this case
you will not be able to undelete the message. Normally Exchange retains
deleted messages for some time, so you can undelete them using "Deleted Item
Recovery"
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool