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

where is FormRegion stored ?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 16th 08, 02:05 PM posted to microsoft.public.outlook.program_addins
Bert_Bert[_2_]
external usenet poster
 
Posts: 32
Default 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


Ads
  #2  
Old September 16th 08, 02:40 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default 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


  #3  
Old September 16th 08, 02:40 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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



 




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
FormRegion Outllook 2007 and DragDrop AB100 Outlook - Using Forms 1 February 8th 08 02:14 PM
Question regarding the FormRegion Object DRuben Add-ins for Outlook 1 August 30th 07 07:27 PM
FormRegion setup question Christian Havel Add-ins for Outlook 4 July 19th 07 04:16 PM
InfoPathEditor Fails in Outlook 2007 FormRegion Pete Loveall Outlook - Using Forms 4 September 17th 06 01:03 AM
Stored files Smok10A Outlook Express 1 July 24th 06 12:33 AM


All times are GMT +1. The time now is 08:27 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.