Microsoft.Office.Tools.Outlook.v4.0.Utilities
Represents an Outlook form region that is based on a user control.
Gets the object that this object extends.
The object that this object extends.
Releases the resources used by the .
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Gets or sets the form region factory that is associated with this .
An object that implements the interface.
Occurs before the form region is closed.
Occurs after an instance of the form region is created but before the form region appears.
Gets the that describes how the form region appears in Outlook.
The that describes how the form region appears in Outlook.
Returns .
Occurs before the form region is closed.
Occurs after an instance of the form region is created but before the form region appears.
Gets or sets the native form region object.
A that represents the form region.
Gets the Outlook item in which the form region appears.
An that represents the Outlook item in which the form region appears.
Provides access to objects in an Outlook add-in project.
Gets a of objects in the .
A of objects in the .
Represents an Outlook form region that is based on a user control.
Gets the object that this object extends.
The object that this object extends.
Gets or sets the form region factory that is associated with this .
An object that implements the interface.
Occurs before the form region is closed.
Occurs after an instance of the form region is created but before the form region appears.
Returns the specified control from the Microsoft.Vbe.Interop.Forms.UserForm of the form region.
The control that is specified by .
The name of the control that you would like to locate in the Microsoft.Vbe.Interop.Forms.UserForm of the form region.
The form region specified by the property is null.
Identifier does not match a control in the .ofs file.
Initializes the controls on the form region.
Gets or sets the native form region object.
A that represents the form region.
Gets the Microsoft Office Outlook item for which the form region appears.
An that represents the Outlook item for which the form region appears.
Provides the base class for the ThisAddIn class in Outlook add-ins that you create by using Visual Studio.
Gets the object that this object extends.
The object that this object extends.
Occurs when the add-in loads, and when a form region name that is specified in the registry does not match the name of any form regions defined in the add-in.
To access all Microsoft Office Outlook form regions that appear in a specific Explorer, call the FormRegions property of the Globals class and pass in an object that represents the Explorer.For more information, see Accessing a Form Region at Run Time.