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.
Returns an Object corresponding to the Outlook item bound to the form region. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Item As Object
Get
'Usage
Dim instance As _FormRegion
Dim value As Object
value = instance.Item
[DispIdAttribute()]
Object Item { get; }
Property Value
Type: System.Object