NavigationPane.ModuleSwitch Event
Outlook Developer Reference |
Occurs after the selection changes for a navigation module in the NavigationModules collection of the NavigationPane object.
Version Information
Version Added: Outlook 2007
Syntax
expression.ModuleSwitch(CurrentModule)
expression A variable that represents a NavigationPane object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
CurrentModule | Required | NavigationModule | The selected navigation module. |
See Also