LastModifiedTime property

DateTime? LastModifiedTime
Gets the date and time when this attachment was last modified.

Implementation

core.DateTime? get LastModifiedTime {
  EwsUtilities.ValidatePropertyVersion(
      this._service, ExchangeVersion.Exchange2010, "LastModifiedTime");

  return this._lastModifiedTime;
}