Share via


ImportedFormRegion.OutlookItem Property

Gets the Microsoft Office Outlook item for which the form region appears.

Namespace:  Microsoft.Office.Tools.Outlook
Assemblies:   Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
ReadOnly Property OutlookItem As Object
Object OutlookItem { get; }

Property Value

Type: System.Object
An Object that represents the Outlook item for which the form region appears.

Remarks

Cast the object to the item type that the form region is associated with. For example, if the form region is associated with a contact item, cast the object that is returned by the OutlookItem property to a ContactItem.

.NET Framework Security

See Also

Reference

ImportedFormRegion Interface

Microsoft.Office.Tools.Outlook Namespace