MeetingRequestMessageType.End Property
The End property gets or sets an instance of the DateTime class that specifies the end of the duration for a single occurrence of a meeting request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property End As DateTime
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As DateTime
value = instance.End
instance.End = value
public DateTime End { get; set; }
Property Value
Type: System.DateTime
The End property returns an instance of the DateTime class that specifies the end of the duration for a single occurrence of a meeting request.
See Also