AttachmentType.LastModifiedTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LastModifiedTime property gets a DateTime value that specifies when the attachment was last modified.
public:
property DateTime LastModifiedTime { DateTime get(); void set(DateTime value); };
public DateTime LastModifiedTime { get; set; }
Public Property LastModifiedTime As DateTime
Property Value
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.