Panes Interface
Contains the panes displayed by the specified Explorer.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("00063009-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
<DefaultMemberAttribute("Item")> _
Public Interface Panes _
Inherits IEnumerable
'Usage
Dim instance As Panes
[GuidAttribute("00063009-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
[DefaultMemberAttribute("Item")]
public interface Panes : IEnumerable
Remarks
Use the Panes property to return the Panes collection object from an Explorer object.
Use the Item property (this in C#) to retrieve a specific pane.
For Microsoft Outlook 2000 and later, the Shortcuts pane is the only pane that you can access through the Panes object.