Suggestion.MeetingTime Property
The MeetingTime property gets or sets the suggested meeting time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MeetingTime As DateTime
Get
Set
'Usage
Dim instance As Suggestion
Dim value As DateTime
value = instance.MeetingTime
instance.MeetingTime = value
public DateTime MeetingTime { get; set; }
Property Value
Type: System.DateTime
The MeetingTime property returns the suggested meeting time.
See Also