So far I use a Replace-All Formregion with the XML
<?xml version="1.0"?>
<FormRegion xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd">
<!-- Internal name -->
<name>BusinessOpportunity</name>
<!-- Display name -->
<title>Booking Opportunity</title>
<!-- Additive adjoining form region -->
<formRegionType>replaceAll</formRegionType>
<!-- Outlook form region file is in the current folder relative to the location of contoso.xml -->
<!--<layoutFile>c:\Entwicklung\ArtistsOrganizer\Booking.ofs</layoutFile>-->
<addin>OrganizerAddIn.Connect</addin>
<!-- Display form region when inspector is in the Reading Pane -->
<showPreview>false</showPreview>
<!-- Version of form region -->
<version>1.0</version>
</FormRegion>
Can I add a sparate form region to this?
Tom
"Ken Slovak - [MVP - Outlook]" <(E-Mail Removed)> schrieb im Newsbeitrag news:(E-Mail Removed)...
> For what you want you need a separate form region. That's what they're
> called. You set that up in the form region XML. You can google for "Outlook
> separate form region" and see examples for various platforms.
>
> --
> 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" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> If you take e.g. the standard Inspector for Contacts, you have a "General"
>> and a "Details" page and you can switch between them by the Ribbon.
>>
>> I want something similiar.
>>
>> I create my Formregion using GetFormRegionStorage. This works fine. I
>> design the Formregion with Outlook Formdesigner.
>>
>> I hope you knoe understand better what I mean.
>>
>> Tom
>