I'm trying to index items inside an exchange mailbox so: What is the most efficient way to iterate through all the folders and items in an exchange mailbox using MAPI and/or Redemption Data Objects (RDO)?
I know RDOFolder.GetAllChildFolders (and IMAPIContainer::GetHierarchyTable) can give me all the folders (probably in the most efficient way) but what about the items inside the folders?