_Explorer.NavigationPane Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a NavigationPane object that represents the Navigation Pane for an Explorer object. Read-only.
public:
property Microsoft::Office::Interop::Outlook::NavigationPane ^ NavigationPane { Microsoft::Office::Interop::Outlook::NavigationPane ^ get(); };
C#
public Microsoft.Office.Interop.Outlook.NavigationPane NavigationPane { get; }
Public ReadOnly Property NavigationPane As NavigationPane
Some Explorer objects may not have an associated NavigationPane object. In such cases, this property returns Nothing (a null reference (Nothing in Visual Basic) in C#)
Product | Versions |
---|---|
Outlook primary interop assembly | Latest |