![]() |
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
|
|||
|
|||
![]()
Basically I want to modify the mail mesage to display an additional label
below the subject, when opened for reading. Adjoining form region type would be added below, which is not desirable. And using separate form region type will reduce usabilty.I want to position the label inside the form. From technical artical on MSDN, I got "You can register the form region as a replacement form region: If you specify a value of Replace for the formRegionType tag in the form region manifest XML file, the form region will replace the default page of the form. If you specify a value of ReplaceAll for the formRegionType tag, the form region will replace the entire form, resulting in a new form for a derived message class." According to this, I will have to replace the default page with my custom page. But when I try using this Replace value inside the formregiontype it says "could not render the formregion" and adds a Report redering problems tab to the mail message read window. Has anyone used Replace with formregiontype? I dont find any sample application demonstrating this either. Thanks in advance for any kind of help. |
Ads |
#2
|
|||
|
|||
![]()
Replace can be used only on custom message classes, e.g. IPM.Note.MyMessageClass, so you'd need to add another piece to your project -- code to change the value of the MessageClass property for these messages.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Lee" wrote in message ... Basically I want to modify the mail mesage to display an additional label below the subject, when opened for reading. Adjoining form region type would be added below, which is not desirable. And using separate form region type will reduce usabilty.I want to position the label inside the form. From technical artical on MSDN, I got "You can register the form region as a replacement form region: If you specify a value of Replace for the formRegionType tag in the form region manifest XML file, the form region will replace the default page of the form. If you specify a value of ReplaceAll for the formRegionType tag, the form region will replace the entire form, resulting in a new form for a derived message class." According to this, I will have to replace the default page with my custom page. But when I try using this Replace value inside the formregiontype it says "could not render the formregion" and adds a Report redering problems tab to the mail message read window. Has anyone used Replace with formregiontype? I dont find any sample application demonstrating this either. Thanks in advance for any kind of help. |
#3
|
|||
|
|||
![]()
Can you post your XML file?
John "Lee" wrote: Basically I want to modify the mail mesage to display an additional label below the subject, when opened for reading. Adjoining form region type would be added below, which is not desirable. And using separate form region type will reduce usabilty.I want to position the label inside the form. From technical artical on MSDN, I got "You can register the form region as a replacement form region: If you specify a value of Replace for the formRegionType tag in the form region manifest XML file, the form region will replace the default page of the form. If you specify a value of ReplaceAll for the formRegionType tag, the form region will replace the entire form, resulting in a new form for a derived message class." According to this, I will have to replace the default page with my custom page. But when I try using this Replace value inside the formregiontype it says "could not render the formregion" and adds a Report redering problems tab to the mail message read window. Has anyone used Replace with formregiontype? I dont find any sample application demonstrating this either. Thanks in advance for any kind of help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I change the form the Custom Reading Pane uses? | Sean McCloskey | Outlook - Using Forms | 4 | March 12th 08 01:22 PM |
why write some code in form then the reading pane can't display | [email protected] | Outlook - Using Forms | 1 | July 4th 06 02:01 AM |
modify outlook form-appointment form | blanc | Outlook and VBA | 1 | March 24th 06 03:20 PM |
Reading Pane Form - Changing it | Frustrated to the MAX! | Outlook - Using Contacts | 15 | February 15th 06 10:49 PM |
How to modify the appointment form in ways not suppored by VBA | Colin Watts | Outlook and VBA | 1 | January 18th 06 04:18 PM |