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