LastModifiedTime property
DateTime?
get
LastModifiedTime
Implementation
core.DateTime? get LastModifiedTime {
EwsUtilities.ValidatePropertyVersion(
this._service, ExchangeVersion.Exchange2010, "LastModifiedTime");
return this._lastModifiedTime;
}