FormRegionFactoryResolveEventArgs Interface
Provides data for the FormRegionFactoryResolve event of an OutlookAddIn.
Namespace: Microsoft.Office.Tools.Outlook
Assemblies: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.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