Hide or disable Outlook 2007 ribbon from Visual Basic in custom fo

  • Thread starter Robert Ripberger
  • Start date
R

Robert Ripberger

I am developing an Outlook custom form and do not want the ribbon to display
when this form is run.

What Visual Basic code is necessary to hide or disable the ribbon. I have
tried the following but it does not appear to have any effect:

Item.GetInspector.CommandBars.Item("Ribbon").Visible = False
 
Top