OccurrenceInfoType.OriginalStart Property
The OriginalStart property gets or sets the original start time of a modified occurrence of a recurring calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property OriginalStart As DateTime
Get
Set
'Usage
Dim instance As OccurrenceInfoType
Dim value As DateTime
value = instance.OriginalStart
instance.OriginalStart = value
public DateTime OriginalStart { get; set; }
Property Value
Type: System.DateTime
The OriginalStart property returns the original start time of a modified occurrence of a recurring calendar item.
See Also