DeleteItemType.SendMeetingCancellations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.