SuggestionsViewOptionsType.CurrentMeetingTimeSpecified Property
The CurrentMeetingTimeSpecified property gets or sets a Boolean value that specifies whether the CurrentMeetingTime property is serialized into the SOAP message. This property must be specified if the CurrentMeetingTime property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CurrentMeetingTimeSpecified As Boolean
Get
Set
'Usage
Dim instance As SuggestionsViewOptionsType
Dim value As Boolean
value = instance.CurrentMeetingTimeSpecified
instance.CurrentMeetingTimeSpecified = value
public bool CurrentMeetingTimeSpecified { get; set; }
Property Value
Type: System.Boolean
The CurrentMeetingTimeSpecified property is true if the CurrentMeetingTime property is serialized into the SOAP message; otherwise, the property returns false.