Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for the FormRegionInitializing event of the form region factory class.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("73b891d8-9b79-467c-ae65-c8afd4abe8b0")> _
Public Interface FormRegionInitializingEventArgs
[GuidAttribute("73b891d8-9b79-467c-ae65-c8afd4abe8b0")]
public interface FormRegionInitializingEventArgs
The FormRegionInitializingEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Cancel | Gets or sets a value that indicates whether the form region should appear for the current Outlook item. |
![]() |
FormRegionMode | Gets the mode of the Microsoft Office Outlook item that caused the form region to load. |
![]() |
FormRegionSize | Gets the type of form region that loads. |
![]() |
OutlookItem | Gets the Microsoft Office Outlook item that caused the form region to load. |
Top
Remarks
When you add an Outlook Form Region item to an Outlook add-in project, Visual Studio adds a form region factory class to the project that implements the IFormRegionFactory interface. As part of this class, Visual Studio declares an event named FormRegionInitializing.