Jaa


CalendarEventDetails.IsMeeting Property

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

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

Syntax

'Declaration
Public Property IsMeeting As Boolean
    Get
    Set
'Usage
Dim instance As CalendarEventDetails
Dim value As Boolean

value = instance.IsMeeting

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

Property Value

Type: System.Boolean
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.