ItemType.LastModifiedTimeSpecified Property
The LastModifiedTimeSpecified property gets or sets a Boolean value that specifies whether the LastModifiedTime property is serialized into the SOAP request. This property is required if the LastModifiedTime property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property LastModifiedTimeSpecified As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.LastModifiedTimeSpecified
instance.LastModifiedTimeSpecified = value
public bool LastModifiedTimeSpecified { get; set; }
Property Value
Type: System.Boolean
The LastModifiedTimeSpecified property returns true if the LastModifiedTime property is serialized into the SOAP request; otherwise, the property returns false.
See Also