Retrieving shared folders in cached mode

岁酱吖の 提交于 2019-12-11 07:22:09

问题


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?

来源:https://stackoverflow.com/questions/47556576/retrieving-shared-folders-in-cached-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!