0

Ok so here is what I am trying to do: I need to access a bunch of PSTs on my computer, cycle through each email and make a modification to a text tag in the email then finish up with the same PST + modifications. I have found out that I need to use Outlook Redemption with Visual Basic (2010) but I have never used either. Any help would be greatly appreciated!

4

1 回答 1

0
  1. 创建一个 RDOSession 对象。
  2. 调用 RDOSession.LogonPstStore。
  3. 枚举 PSTStore.IPMRootFolder 下的 RDOFolders 集合。
  4. 如果需要,递归枚举每个文件夹的 RDOFolders 集合。
  5. 检查 RDPFolder.DefaultMessageClass 以确保它包含您要查找的项目类型。
  6. 枚举文件夹中的项目。
于 2012-07-30T15:32:30.713 回答