DeleteItemType.SendMeetingCancellationsSpecified Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SendMeetingCancellationsSpecified As Boolean
Get
Set
'Usage
Dim instance As DeleteItemType
Dim value As Boolean
value = instance.SendMeetingCancellationsSpecified
instance.SendMeetingCancellationsSpecified = value
public bool SendMeetingCancellationsSpecified { get; set; }
Property Value
Type: System.Boolean
The SendMeetingCancellationsSpecified property returns true if the SendMeetingCancellations property is serialized into the SOAP request; otherwise, the property returns false.
See Also