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
<XmlAttributeAttribute> _
Public Property SendMeetingCancellations As CalendarItemCreateOrDeleteOperationType
[XmlAttributeAttribute] 
public CalendarItemCreateOrDeleteOperationType SendMeetingCancellations { get; set; }
[XmlAttributeAttribute] 
public:
property CalendarItemCreateOrDeleteOperationType SendMeetingCancellations {
    CalendarItemCreateOrDeleteOperationType get ();
    void set (CalendarItemCreateOrDeleteOperationType value);
}
/** @property */
public CalendarItemCreateOrDeleteOperationType get_SendMeetingCancellations ()

/** @property */
public void set_SendMeetingCancellations (CalendarItemCreateOrDeleteOperationType value)
public function get SendMeetingCancellations () : CalendarItemCreateOrDeleteOperationType

public function set SendMeetingCancellations (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)