FormRegionFactoryResolveEventArgs Interface

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
Public property FormRegionFactory Gets or sets the form region factory class that defines the form region.
Public property Name Gets the name of the form region that Outlook is attempting to resolve.

Top

See Also

Reference

Microsoft.Office.Tools.Outlook Namespace