_Reminder.Item Property
Returns an Object corresponding to the specified Outlook item. 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 _Reminder
Dim value As Object
value = instance.Item
[DispIdAttribute()]
Object Item { get; }
Property Value
Type: System.Object