![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
A CTP will be docked at the bottom or sides of the Outlook window. You can't
make it replace only the area the preview pane occupies when preview is displayed at the bottom. You can use a form region without using VSTO. Some of my shared addins written using C# use form regions. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
Do you have any link how to use a form region to replace the preview pane?
Best Tom "Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ... A CTP will be docked at the bottom or sides of the Outlook window. You can't make it replace only the area the preview pane occupies when preview is displayed at the bottom. You can use a form region without using VSTO. Some of my shared addins written using C# use form regions. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... 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 |
#4
|
|||
|
|||
![]()
Hi,
I found out how to do it. But as this Formregion is only displayed when an Item is selected, I think I will go for the Task Panel, even if it's a bit too big. Thanks Best Tom "escamoteur" schrieb im Newsbeitrag ... Do you have any link how to use a form region to replace the preview pane? Best Tom "Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ... A CTP will be docked at the bottom or sides of the Outlook window. You can't make it replace only the area the preview pane occupies when preview is displayed at the bottom. You can use a form region without using VSTO. Some of my shared addins written using C# use form regions. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "escamoteur" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Reading content of reading pane | [email protected] | Add-ins for Outlook | 8 | May 16th 08 02:24 PM |
How to place my control in mail reading area? | Ivan | Add-ins for Outlook | 0 | October 31st 07 05:40 AM |
Reading Pane | bfarr | Outlook - General Queries | 1 | February 23rd 07 01:39 PM |
Reading Pane | TerryM | Outlook - Installation | 1 | May 14th 06 01:59 AM |