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 FormRegionFactoryResolve event of an OutlookAddIn.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("110351bc-c296-43b2-98c9-762a826f34d3")> _
Public Interface FormRegionFactoryResolveEventArgs
[GuidAttribute("110351bc-c296-43b2-98c9-762a826f34d3")]
public interface FormRegionFactoryResolveEventArgs
The FormRegionFactoryResolveEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
FormRegionFactory | Gets or sets the form region factory class that defines the form region. |
![]() |
Name | Gets the name of the form region that Outlook is attempting to resolve. |
Top