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!
Asked
Active
Viewed 835 times
1 Answers
0
- Create an RDOSession object.
- Call RDOSession.LogonPstStore.
- Enumerate RDOFolders collection under PSTStore.IPMRootFolder.
- Recursively enumerate RDOFolders collection of each folder if desired.
- Check the RDPFolder.DefaultMessageClass to make sure it contains the type of item you're looking for.
- Enumerate the items in the folder.

Mark McGinty
- 756
- 7
- 13