I believe a replaceall region is not compatible with a separate region, but
I've never tried it. Try it and see.
--
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
...
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 --
nameBusinessOpportunity/name
!-- Display name --
titleBooking Opportunity/title
!-- Additive adjoining form region --
formRegionTypereplaceAll/formRegionType
!-- Outlook form region file is in the current folder relative to the
location of contoso.xml --
!--layoutFilec:\Entwicklung\ArtistsOrganizer\Bookin g.ofs/layoutFile--
addinOrganizerAddIn.Connect/addin
!-- Display form region when inspector is in the Reading Pane --
showPreviewfalse/showPreview
!-- Version of form region --
version1.0/version
/FormRegion
Can I add a sparate form region to this?
Tom