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