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