AttachmentType.LastModifiedTime Property

Definition

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.

Applies to