I have the following code:
Set theInbox = GetFolder("SHARED MAILBOX NAME\Inbox")
Set theSub = theInbox.Folders("Subfolder Name Here")
Set theFolder = theSub.Folders("Another Subfolder Name")
Item.Move theFolder
This is a Shared Mailbox which I use in Cached Mode. Sometimes "theSub" fails to retrieve the Subfolder.
If I uncheck the Download Shared Folders option, it works properly, however, Outlook is painfully slow.
How can I retrieve the folders when using cached mode?