CalendarEventDetails.IsMeeting Property

Definition

The IsMeeting property gets or sets a Boolean value that indicates whether the calendar event is a meeting or an appointment.

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

Property Value

The IsMeeting property returns true if the calendar event is a meeting. If the calendar item is an appointment, the property returns false.

Remarks

A meeting is a calendar item that includes attendees. An appointment is a calendar item that does not include attendees.

Applies to