CancelCalendarItemType Class
The CancelCalendarItemType class represents a cancel response object that is used to cancel a meeting.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ItemType
ExchangeWebServices.MessageType
ExchangeWebServices.ResponseObjectCoreType
ExchangeWebServices.ResponseObjectType
ExchangeWebServices.SmartResponseBaseType
ExchangeWebServices.SmartResponseType
ExchangeWebServices.CancelCalendarItemType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CancelCalendarItemType _
Inherits SmartResponseType
'Usage
Dim instance As CancelCalendarItemType
[SerializableAttribute]
public class CancelCalendarItemType : SmartResponseType
Remarks
CancelCalendarItemType is used in a CreateItem request to cancel a referenced meeting. Use the ReferenceItemId property to identify the meeting to cancel. The CancelCalendarItemType class is only applicable to the organizer's calendar item.
The CancelCalendarItemTypeBody property has no effect on canceling a meeting. Use the NewBodyContent property to set the message body for a calendar item cancellation.
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.
See Also