OutlookBarPane Interface

Definition

Represents the Shortcuts pane in an explorer window.

public interface class OutlookBarPane : Microsoft::Office::Interop::Outlook::_OutlookBarPane, Microsoft::Office::Interop::Outlook::OutlookBarPaneEvents_Event
[System.Runtime.InteropServices.Guid("00063070-0000-0000-C000-000000000046")]
public interface OutlookBarPane : Microsoft.Office.Interop.Outlook._OutlookBarPane, Microsoft.Office.Interop.Outlook.OutlookBarPaneEvents_Event
Public Interface OutlookBarPane
Implements _OutlookBarPane, OutlookBarPaneEvents_Event
Derived
Attributes
Implements

Remarks

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _OutlookBarPane. For information about the event members of the COM object, see OutlookBarPaneEvents_Event.

Use the Item[Object] property (this in C#) to retrieve the OutlookBarPane object from a Panes object. Because the Name property is the default property of the OutlookBarPane object, you can identify the OutlookBarPane object by name. For example:

Properties

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

(Inherited from _OutlookBarPane)
Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

(Inherited from _OutlookBarPane)
Contents

Returns the OutlookBarStorage object for the specified Outlook Bar pane. Read-only.

(Inherited from _OutlookBarPane)
CurrentGroup

This object, member, or enumeration is deprecated and is not intended to be used in your code.

(Inherited from _OutlookBarPane)
Name

Returns a String (string in C#) value that represents the display name for the object. Read-only.

(Inherited from _OutlookBarPane)
Parent

Returns the parent Object of the specified object. Read-only.

(Inherited from _OutlookBarPane)
Session

Returns the NameSpace object for the current session. Read-only.

(Inherited from _OutlookBarPane)
Visible

Returns or sets a Boolean (bool in C#) indicating the visible state of the specified object. Read/write.

(Inherited from _OutlookBarPane)

Events

BeforeGroupSwitch

This object, member, or enumeration is deprecated and is not intended to be used in your code.

(Inherited from OutlookBarPaneEvents_Event)
BeforeNavigate

Occurs when the user clicks a shortcut in the Shortcuts pane to navigate to a different folder.

(Inherited from OutlookBarPaneEvents_Event)

Applies to