DeleteItemType.SendMeetingCancellations Property

Definition

The SendMeetingCancellations property gets or sets an enumeration that describes how cancellations are handled for deleted meetings. This property is required for calendar item deletions. This is a read/write property.

public:
 property ExchangeWebServices::CalendarItemCreateOrDeleteOperationType SendMeetingCancellations { ExchangeWebServices::CalendarItemCreateOrDeleteOperationType get(); void set(ExchangeWebServices::CalendarItemCreateOrDeleteOperationType value); };
public ExchangeWebServices.CalendarItemCreateOrDeleteOperationType SendMeetingCancellations { get; set; }
Public Property SendMeetingCancellations As CalendarItemCreateOrDeleteOperationType

Property Value

The SendMeetingCancellations property returns a CalendarItemCreateOrDeleteOperationType enumeration value that represents how deleted meeting cancellations are handled.

Remarks

You must set the SendMeetingCancellationsSpecified property to true so that the SendMeetingCancellations property is serialized into the Simple Object Access Protocol (SOAP) request.

Applies to