_PostItem.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 _PostItem
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.

See Also

Reference

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace