FormRegion object (Outlook)
Represents a form region in an Outlook form.
Remarks
The FormRegion object allows an add-in to add code behind a form region in a custom form to modify the appearance and behavior of the form region.
To obtain an instance of the FormRegion object, an add-in must implement the FormRegionStartup interface. Outlook allocates storage for the form region, instantiates an instance of the FormRegion object, and returns the FormRegion object in the GetFormRegionStorage method.
When the add-in closes the frame for the form region, the add-in must release the object for the form region.
For more infomation on programming a form region, see Extending a Form Region with an Add-in.
Events
Name |
---|
Close |
Expanded |
Methods
Name |
---|
Reflow |
Select |
SetControlItemProperty |
Properties
Name |
---|
Application |
Class |
Detail |
DisplayName |
EnableAutoLayout |
Form |
FormRegionMode |
Inspector |
InternalName |
IsExpanded |
Item |
Language |
Parent |
Session |
SuppressControlReplacement |
Visible |
See also
Outlook Object Model Reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.