Share via


Explorer.CommandBars Property

Outlook Developer Reference

Returns a CommandBars collection that represents all the menus and toolbars in the Explorer. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.CommandBars

expression   A variable that represents an Explorer object.

Remarks

In Outlook, because the Explorer does not use the Ribbon, you should continue to use the CommandBars object returned by the Explorer.CommandBars property to modify existing command bars or create custom command bars.

See Also