NavigationModule.NavigationModuleType Property
Outlook Developer Reference |
Returns an olNavigationModuleType constant that represents the navigation module type for the object. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.NavigationModuleType
expression An expression that returns a NavigationModule object.
Remarks
This property is typically used when casting a NavigationModule object to one of the following objects in order to access the NavigationGroups property:
See Also