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; } |