MeetingRequestMessageType.IsCancelled Property

The IsCancelled property gets or sets a Boolean value that indicates whether the meeting that is associated with this instance of the MeetingRequestMessageType class is canceled.

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

Syntax

'Declaration
Public Property IsCancelled As Boolean
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
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 meeting that is associated with this instance of the MeetingRequestMessageType class is canceled; otherwise, the property returns false.