ImportedFormRegionBase.OutlookItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Microsoft Office Outlook item for which the form region appears.
public:
property System::Object ^ OutlookItem { System::Object ^ get(); };
public object OutlookItem { get; }
member this.OutlookItem : obj
Public ReadOnly Property OutlookItem As Object
Property Value
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 Microsoft.Office.Interop.Outlook.ContactItem.