Поделиться через


ItemType.DateTimeCreatedSpecified Property

The DateTimeCreatedSpecified property gets or sets a Boolean value that specifies whether the DateTimeCreated property is serialized into the SOAP request. This property is required if the DateTimeCreated property is specified.

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

Syntax

'Declaration
Public Property DateTimeCreatedSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As Boolean

value = instance.DateTimeCreatedSpecified

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

Property Value

Type: System.Boolean
The DateTimeCreatedSpecified property returns true if the DateTimeCreated is serialized into the SOAP request; otherwise, the property returns false.