View Single Post
  #1  
Old August 12th 10, 08:36 PM
Robin99 Robin99 is offline
Junior Member
 
First recorded activity at Outlookbanter: Aug 2010
Posts: 1
Default Which pane is it?

I am new to Outlook programming. I am using Outlook 2007.

I need to hide the middle pane in outlook. I thought it was called the FolderList pane. So my code goes:

Application.ActiveExplorer().ShowPane(Microsoft.Of fice.Interop.Outlook.OlPane.olFolderList, false);

But I notice that the leftmost pane (which shows folders) gets hidden. I thought that was the Navigation pane!

Can someone please tell me how to hide the middle pane, which shows a list of messages?

TIA,
Robin
Ads