Class NavigationModule (Outlook VBA)
The class NavigationModule represents a navigation module in the navigation pane.
Class NavigationPane gives access to class NavigationModule.
Dim nme as NavigationModule
Set nme = ActiveExplorer.NavigationPane.CurrentModule
For Each
Here is an example of processing the NavigationModule items in a collection.
Dim nmeModule As NavigationModule
For Each nmeModule In ActiveExplorer.Modules
Next nmeModule
Properties
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Class returns an OlObjectClass constant indicating the object's class.
Name returns a String value that represents the localized display name for the NavigationModule object.
NavigationModuleType returns an olNavigationModuleType constant that represents the navigation module type for the object.
Position returns or sets a Long value that represents the ordinal position of the NavigationModule object when displayed in the navigation pane.
Session returns the NameSpace object for the current session.
Visible returns or sets a Boolean value that determines whether the NavigationModule object is displayed in the navigation pane.
Related Classes
NameSpace - Represents an abstract root object for any data source.