FormRegionInitializingEventArgs.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 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.