_TaskRequestAcceptItem.LastModificationTime Property
Returns a Date specifying the date and time that the Outlook item was last modified. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property LastModificationTime As DateTime
Get
'Usage
Dim instance As _TaskRequestAcceptItem
Dim value As DateTime
value = instance.LastModificationTime
DateTime LastModificationTime { get; }
Property Value
Type: System.DateTime
Remarks
This property corresponds to the MAPI property PR_LAST_MODIFICATION_TIME.
See Also
Reference
_TaskRequestAcceptItem Interface