CalendarItemType.OriginalStartSpecified Property

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

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

Syntax

'Declaration
Public Property OriginalStartSpecified As Boolean
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean

value = instance.OriginalStartSpecified

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

Property Value

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