Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   where is FormRegion stored ? (http://www.outlookbanter.com/add-ins-outlook/78759-where-formregion-stored.html)

Bert_Bert[_2_] September 16th 08 02:05 PM

where is FormRegion stored ?
 
In connection with Outlook 2007 I hear more often the term "Form region". I
do not understanda despite many articles where exactly the definition of the
form region is stored.

In other words, If I want my FormRegion to work the same way on the second
computer, what steps should I do ?

How to update my formregion on two computers then - can both Regions look
into the same folder on the Exchange and can they be somehow stored in the
storage (OST, PST) ??

Thank you very much for very basic clarification of this myth for me



Sue Mosher [MVP-Outlook] September 16th 08 02:40 PM

where is FormRegion stored ?
 
Regions are UI application elements that can be stored in different places,
depending on the implementation:

-- As standalone .ofs files
-- As .ofs files stored as resource files in an add-in
-- As application components in the add-in (if created with the VS2008
designer)

They are not and cannot be stored in an Outlook data store. If you want a
form region to be present on more than one machine, you need to install the
add-in that manages the region or, if no add-in is involved, the region's
..ofs file, .xml manifest, and registry value.

Also note that form regions are not folder-specific. They are associated
instead with standard and derived message classes. For example, if you have
an item with the message class IPM.Contact.Me, it will display (by default -
there are options for other behavior) any regions associated with IPM.Contact
and any regions associated with IPM.Contact.Me.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"Bert_Bert" wrote:

In connection with Outlook 2007 I hear more often the term "Form region". I
do not understanda despite many articles where exactly the definition of the
form region is stored.

In other words, If I want my FormRegion to work the same way on the second
computer, what steps should I do ?

How to update my formregion on two computers then - can both Regions look
into the same folder on the Exchange and can they be somehow stored in the
storage (OST, PST) ??

Thank you very much for very basic clarification of this myth for me



Ken Slovak - [MVP - Outlook] September 16th 08 02:40 PM

where is FormRegion stored ?
 
Form region definitions are never stored in an OST, PST or mailbox. There
are a few ways to set up form regions depending on your development
platform. In general a form region consists of 2 parts. The design surface
(where the controls live) is stored in an OFS file. The definitions for the
form region are stored in an XML file.

The registry settings for a form region provide the information as to what
MessageClass or classes use the form region.

You might want to look at http://www.outlookcode.com/news.aspx?id=22 for
lots of information about form regions and the different ways to design and
implement them.

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


"Bert_Bert" wrote in message
...
In connection with Outlook 2007 I hear more often the term "Form region".
I
do not understanda despite many articles where exactly the definition of
the
form region is stored.

In other words, If I want my FormRegion to work the same way on the second
computer, what steps should I do ?

How to update my formregion on two computers then - can both Regions look
into the same folder on the Exchange and can they be somehow stored in the
storage (OST, PST) ??

Thank you very much for very basic clarification of this myth for me





All times are GMT +1. The time now is 12:29 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com