DeleteItemType.SendMeetingCancellations Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SendMeetingCancellations As CalendarItemCreateOrDeleteOperationType
Get
Set
'Usage
Dim instance As DeleteItemType
Dim value As CalendarItemCreateOrDeleteOperationType
value = instance.SendMeetingCancellations
instance.SendMeetingCancellations = value
public CalendarItemCreateOrDeleteOperationType SendMeetingCancellations { get; set; }
Property Value
Type: ExchangeWebServices.CalendarItemCreateOrDeleteOperationType
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.
See Also