MeetingRequestMessageType.IsOnlineMeeting Property

Definition

The IsOnlineMeeting property gets or sets a Boolean value that specifies whether the meeting that is associated with this instance of the MeetingRequestMessageType class is an online meeting.

public:
 property bool IsOnlineMeeting { bool get(); void set(bool value); };
public bool IsOnlineMeeting { get; set; }
Public Property IsOnlineMeeting As Boolean

Property Value

The IsOnlineMeeting property returns true if the meeting that is associated with this instance of the MeetingRequestMessageType class is an online meeting; otherwise, the property returns false.

Applies to