How to determine if a MAPIFolder is a "Deleted Items" folder

  • Thread starter Thread starter Semut
  • Start date Start date
S

Semut

Hello, anyway to determine the MAPIFolder if it is the system "Deleted
Items" folder?


thank you.
 
NameSpace.GetDefaultFolder(olFolderDeletedItems) to get the system folder,
then either CDO or Redemption or Extended MAPI to use CompareIDs to compare
the Entry and Store ID's. Or if you're using one of those libraries you
could use the MAPI property in the InfoStore container
PR_IPM_WASTEBASKET_ENTRYID (0x35E30102).
 

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