Share via


AttachmentType.LastModifiedTimeSpecified Property

The LastModifiedTimeSpecified property gets a Boolean value that specifies whether the LastModifiedTime property is serialized into the SOAP request. This property is read-only.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property LastModifiedTimeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As AttachmentType
Dim value As Boolean

value = instance.LastModifiedTimeSpecified

instance.LastModifiedTimeSpecified = value
public bool LastModifiedTimeSpecified { get; set; }

Property Value

Type: System.Boolean
The value of the LastModifiedTimeSpecified property is true if the LastModifiedTime property is serialized into the SOAP request; otherwise, the value is false.