Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
FormRegionInitializingEventArgs Class