需要 VBA 代码才能使文件夹在 Outlook 2010 的导航/树视图窗格中可见
要选择文件夹,以下操作似乎有效,我看到了该文件夹的内容
Set olApp.ActiveExplorer.currentFolder = tgtFolder ' As Outlook.MAPIFolder
,但树视图(又称左侧导航窗格)不显示当前选定的文件夹。我该如何去做呢?
谢谢。
C# 解决方案也可以接受。
To select a folder the following seems to work, and I see the content of the folder
Set olApp.ActiveExplorer.currentFolder = tgtFolder ' As Outlook.MAPIFolder
but the treeview (AKA navigation pane on the left side) does not display the currently selected folder. How do I go about doing that?
Thank you.
C# solution will also be acceptable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的事情怎么样:
What about something like this: