MeetingRequestMessageType.OriginalStart Property
The OriginalStart property gets or sets an instance of the DateTime class that specifies the original start time for the meeting that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property OriginalStart As DateTime
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As DateTime
value = instance.OriginalStart
instance.OriginalStart = value
public DateTime OriginalStart { get; set; }
Property Value
Type: System.DateTime
The OriginalStart property returns an instance of the DateTime class that specifies the original start time for the meeting that is associated with this instance of the MeetingRequestMessageType class.
See Also