I hope it is okay for me to post here even though the thread is old.
It appears that I need the same as Gus, but can't find his answer.
I am trying to send messages to folders in pst files. I have very successfully written code to move them to folders in the mailbox store in various folders under Inbox.
For example:
| Code: |
| Set MyFolder = olNS.GetDefaultFolder(olFolderInbox).Folders("tester") |
Works very well, but all I can get it to do is point to folders under Inbox, not in psts.
All help appreciated