CalendarItemType.IsCancelled Property
The IsCancelled property gets or sets a Boolean value that indicates whether an appointment or meeting has been canceled.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsCancelled As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean
value = instance.IsCancelled
instance.IsCancelled = value
public bool IsCancelled { get; set; }
Property Value
Type: System.Boolean
The IsCancelled property returns true if the appointment or meeting has been canceled; otherwise, the property returns false.
See Also