View Single Post
  #5  
Old July 19th 07, 04:16 PM posted to microsoft.public.outlook.program_addins
Christian Havel
external usenet poster
 
Posts: 43
Default FormRegion setup question

Following you find my manifest file:

?xml version="1.0" encoding="utf-8"?
FormRegion
xmlns="http://schemas.microsoft.com/office/12/outlook/formregion.xsd"
nameMyFormRegionsName/name
formRegionNameFine FormRegion/formRegionName
formRegionTypeadjoining/formRegionType
title/title
showInspectorReadtrue/showInspectorRead
showReadingPanetrue/showReadingPane
showInspectorComposefalse/showInspectorCompose
addinMyAddIn.Connect/addin
/FormRegion


"Sue Mosher [MVP-Outlook]" wrote:

It can be any folder. Specify the location in the region's manifest. You can also load them as resources.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Christian Havel" wrote in message ...
Hi,

I use FormRegions in my COM AddIn. The FormRegions are saved to *.ofs files.
To which folder should they be installed, that Outlook recognize them?

Thanks
Christian


Ads