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