_NavigationPane.CurrentModule Property
Definition
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 or sets a NavigationModule object that represents the currently selected navigation module in the Navigation Pane. Read/write.
public:
property Microsoft::Office::Interop::Outlook::NavigationModule ^ CurrentModule { Microsoft::Office::Interop::Outlook::NavigationModule ^ get(); void set(Microsoft::Office::Interop::Outlook::NavigationModule ^ value); };
public Microsoft.Office.Interop.Outlook.NavigationModule CurrentModule { get; set; }
Public Property CurrentModule As NavigationModule