MeetingMessageType.DateTimeStampSpecified Property

The DateTimeStampSpecified property gets or sets a Boolean value that specifies whether the DateTimeStamp property is serialized into the SOAP message. 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 MeetingMessageType
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 message; otherwise, the property returns false.