MeetingRequestMessageType.IsCancelled Property

Definition

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.

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

Property Value

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.

Applies to