_NavigationPane.CurrentModule Property
Returns or sets a NavigationModule object that represents the currently selected navigation module in the Navigation Pane. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property CurrentModule As NavigationModule
Get
Set
'Usage
Dim instance As _NavigationPane
Dim value As NavigationModule
value = instance.CurrentModule
instance.CurrentModule = value
[DispIdAttribute()]
NavigationModule CurrentModule { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.NavigationModule