SuggestionsViewOptionsType.CurrentMeetingTime Property
The CurrentMeetingTime property gets or sets the current start time of a meeting.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CurrentMeetingTime As DateTime
Get
Set
'Usage
Dim instance As SuggestionsViewOptionsType
Dim value As DateTime
value = instance.CurrentMeetingTime
instance.CurrentMeetingTime = value
public DateTime CurrentMeetingTime { get; set; }
Property Value
Type: System.DateTime
The CurrentMeetingTime property returns a date/time value containing the current start time of a meeting.