![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |