Expand Minimize
This topic has not yet been rated - Rate this topic

_MailItem.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)
'Declaration
<DispIdAttribute()> _
ReadOnly Property LastModificationTime As DateTime
	Get
'Usage
Dim instance As _MailItem
Dim value As DateTime

value = instance.LastModificationTime

Property Value

Type: System.DateTime

This property corresponds to the MAPI property PidTagLastModificationTime.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.