FormRegionInitializingEventArgs.OutlookItem Property

Definition

Gets the Microsoft Office Outlook item that caused the form region to load.

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 that caused the form region to load.

Remarks

You must explicitly cast this object. For example, if you know that the Outlook item is a contact item, cast the object returned by the OutlookItem property to a Microsoft.Office.Interop.Outlook.ContactItem.

Applies to