
Designing Adjoining Form Regions for the Reading Pane
You can use the Outlook Reading Pane to preview an Outlook item without opening the item. The Reading Pane is designed for reading only. Therefore, input controls that you add to an adjoining form region, such as a text box, might not behave as expected when the item and form region are open in the Reading Pane.
For example, if an item that has an adjoining form region is open in the Reading Pane, the following situation is possible:
Select some text in a textbox that is on the form region.
Press DELETE.
The entire mail item is deleted instead of the text in the textbox.
If you are designing an adjoining form region that contains input controls, test the controls in the Reading Pane to ensure they work properly. Consider adding custom code that disables controls that do not behave as expected.
Alternatively, you can set the ShowInspectorRead property of the form region to False. This way the form region cannot be used in the Reading Pane.