_DocumentItem.LastModificationTime Property
Returns a DateTime 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
<DispIdAttribute()> _
ReadOnly Property LastModificationTime As DateTime
Get
'Usage
Dim instance As _DocumentItem
Dim value As DateTime
value = instance.LastModificationTime
[DispIdAttribute()]
DateTime LastModificationTime { get; }
Property Value
Type: System.DateTime
Remarks
This property corresponds to the MAPI property PidTagLastModificationTime.