Panes 物件 (Outlook)
包含指定之 [ 總管] 所顯示的窗格。
使用Panes屬性可從Explorer物件傳回Panes集合物件。
使用 Item 方法來擷取特定窗格。
針對 Microsoft Outlook 2000 及更新版本, [快捷方式 ] 窗格是您可以透過 Panes 物件存取的唯一窗格。
下列 Visual Basic for Applications (VBA) 範例會從 Explorer 物件中擷取 Panes 物件。
Set myPanes = myExplorer.Panes
下列範例會擷取代表快捷方式窗格的OutlookBarPane物件。
Set myOLBarPane = myExplorer.Panes.Item("OutlookBar")
名稱 |
---|
項目 |
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。