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