我有以下代码:
Set theInbox = GetFolder("SHARED MAILBOX NAME\Inbox")
Set theSub = theInbox.Folders("Subfolder Name Here")
Set theFolder = theSub.Folders("Another Subfolder Name")
Item.Move theFolder
这是我在缓存模式下使用的共享邮箱。有时“theSub”无法检索子文件夹。
如果我取消选中“下载共享文件夹”选项,它可以正常工作,但是,Outlook速度非常慢。
如何在使用缓存模式时检索文件夹?