全部显示

OutlookBarPane 对象

         
OutlookBarPane
多个对象

代表浏览器窗口中的 Microsoft Outlook 面板窗格。Outlook 面板包含指向 Microsoft Outlook 文件夹和文件系统文件夹的快捷方式并分组安排。

使用 OutlookBarPane 对象

使用 Item 方法从 Panes 对象检索 OutlookBarPane 对象。因为 Name 属性是 OutlookBarPane 对象的默认属性,所以可以通过名称确定 Outlook 面板窗格。例如:

Set myOlBarPane = myPanes.Item("OutlookBar")