Share via


IFormRegionFactory.IsDisplayedForItem Method

Returns a value that indicates whether the form region should appear for the specified Microsoft Office Outlook item.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
Function IsDisplayedForItem ( _
    outlookItem As Object, _
    formRegionMode As OlFormRegionMode, _
    formRegionSize As OlFormRegionSize _
) As Boolean
bool IsDisplayedForItem(
    Object outlookItem,
    OlFormRegionMode formRegionMode,
    OlFormRegionSize formRegionSize
)

Parameters

  • outlookItem
    Type: System.Object
    The Outlook item that caused the form region to load.

Return Value

Type: System.Boolean
A Boolean that indicates whether the form region should appear for the specified Outlook item.

Remarks

If you manually create a form region factory class, you can use this method to prevent an Outlook item from displaying the form region.

.NET Framework Security

See Also

Reference

IFormRegionFactory Interface

Microsoft.Office.Tools.Outlook Namespace