FormRegionControl.OutlookItem Property (2007 System)
Gets the Outlook item in which the form region appears.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property OutlookItem As Object
'Usage
Dim instance As FormRegionControl
Dim value As Object
value = instance.OutlookItem
[BrowsableAttribute(false)]
public Object OutlookItem { get; }
[BrowsableAttribute(false)]
public:
property Object^ OutlookItem {
Object^ get ();
}
public function get OutlookItem () : Object
Property Value
Type: System.Object
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 ContactItem.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.