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