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


CalendarItemType.IsMeeting Property

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

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

Syntax

'Declaration
Public Property IsMeeting As Boolean
    Get
    Set
'Usage
Dim instance As CalendarItemType
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 item is a meeting; otherwise, the property returns false.