AttachmentType.LastModifiedTime Property
The LastModifiedTime property gets a DateTime value that specifies when the attachment was last modified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property LastModifiedTime As DateTime
Get
Set
'Usage
Dim instance As AttachmentType
Dim value As DateTime
value = instance.LastModifiedTime
instance.LastModifiedTime = value
public DateTime LastModifiedTime { get; set; }
Property Value
Type: System.DateTime
The value of the LastModifiedTime property is a DateTime object.
Remarks
You must set the LastModifiedTimeSpecified property to true so that the LastModifiedTime property is serialized into the SOAP request.
See Also