A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

FormRegion setup question



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 19th 07, 08:38 AM posted to microsoft.public.outlook.program_addins
Christian Havel
external usenet poster
 
Posts: 43
Default FormRegion setup question

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
  #2  
Old July 19th 07, 11:42 AM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default FormRegion setup question

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

  #3  
Old July 19th 07, 12:46 PM posted to microsoft.public.outlook.program_addins
Christian Havel
external usenet poster
 
Posts: 43
Default FormRegion setup question

Hi Sue,

thanks for your help!
Can you please send me an sample how it have to look in the manifestfile?

Thanks Christian

"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


  #4  
Old July 19th 07, 01:50 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default FormRegion setup question

Sorry, I missed the part about it being an add-in. (D'oh! I should have checked the newsgroup name.) If you were not using an add-in, you'd specify the path in the the layoutFile element:

layoutFile%ProgramFiles%\Addin\Addin.ofs/layoutFile

In an add-in, though, you load the .ofs file in the GetFormRegionStorage event handler, usually from a resource that's part of your add-in project. See http://blogs.msdn.com/andreww/archiv...nmanifest.aspx
--
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 Sue,

thanks for your help!
Can you please send me an sample how it have to look in the manifestfile?

Thanks Christian

"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.


"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


  #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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Setup.Exe Yael Add-ins for Outlook 0 May 29th 07 05:34 PM
Specific question about Oulook/Exchange setup Sava Jurisic Outlook - Installation 3 September 29th 06 03:51 PM
InfoPathEditor Fails in Outlook 2007 FormRegion Pete Loveall Outlook - Using Forms 4 September 17th 06 01:03 AM
OL Setup help? Phil. Outlook - General Queries 4 July 27th 06 11:34 PM
Setup Cheese Pope Outlook - General Queries 1 July 16th 06 05:24 AM


All times are GMT +1. The time now is 08:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.