View Single Post
  #1  
Old December 9th 09, 02:26 PM posted to microsoft.public.office.developer.com.add_ins,microsoft.public.office.developer.vba,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default CustomTaskPane in PLace of Reading Pane

Hi,

I just added a CustomTaskPane to my Exlorer window (Outlook 2007, COM Addin C#)

It works, but it strechtes ober the whole witdh of Outlook and not only below the Explorer View as the standard preview pane.

Is it possible to make the CustomPane look like a preview pane? Like it's now it just takes too much space.

I just watched a video showing how to use a FormRegion to replace the Preview pane based on the message class in VBA and VSTO. Is
this also possible to do with C# and a com-addin?

Best

Tom

Ads