DeleteItemType.SendMeetingCancellationsSpecified 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 SendMeetingCancellationsSpecified property gets or sets a Boolean value that specifies whether the SendMeetingCancellations property is serialized in the Simple Object Access Protocol (SOAP) request. This is a read/write property.
public:
property bool SendMeetingCancellationsSpecified { bool get(); void set(bool value); };
public bool SendMeetingCancellationsSpecified { get; set; }
Public Property SendMeetingCancellationsSpecified As Boolean
Property Value
The SendMeetingCancellationsSpecified property returns true if the SendMeetingCancellations property is serialized into the SOAP request; otherwise, the property returns false.