Share via


FormRegionInitializingEventArgs.OutlookItem Property (2007 System)

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

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property OutlookItem As Object
'Usage
Dim instance As FormRegionInitializingEventArgs 
Dim value As Object 

value = instance.OutlookItem
public Object OutlookItem { get; }
public:
property Object^ OutlookItem {
    Object^ get ();
}
public function get OutlookItem () : Object

Property Value

Type: System.Object
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 ContactItem.

.NET Framework Security

See Also

Reference

FormRegionInitializingEventArgs Class

FormRegionInitializingEventArgs Members

Microsoft.Office.Tools.Outlook Namespace