FormRegionBase.OutlookItem Property

Definition

Gets the Outlook item in 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 in 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.

Applies to