Поделиться через


CalendarItemType.IsOnlineMeeting Property

The IsOnlineMeeting property gets or sets a Boolean value that indicates whether the meeting is online.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsOnlineMeeting As Boolean
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean

value = instance.IsOnlineMeeting

instance.IsOnlineMeeting = value
public bool IsOnlineMeeting { get; set; }

Property Value

Type: System.Boolean
The IsOnlineMeeting property returns true if the meeting is online; otherwise, the property returns false.