Gets a date and time of last modification of the attachment.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Property LastModifiedTime As Nullable(Of DateTime)
	Get
	Private Set
C#
public Nullable<DateTime> LastModifiedTime { get; private set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also