RemoveItemType Class
The RemoveItemType class represents a response object that is used to remove a meeting item when a MeetingCancellation message is received.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ItemType
ExchangeWebServices.MessageType
ExchangeWebServices.ResponseObjectCoreType
ExchangeWebServices.ResponseObjectType
ExchangeWebServices.RemoveItemType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class RemoveItemType _
Inherits ResponseObjectType
'Usage
Dim instance As RemoveItemType
[SerializableAttribute]
public class RemoveItemType : ResponseObjectType
Remarks
The RemoveItemType class is valid only for a MeetingCancellationMessageType. Otherwise, an error is thrown.
To remove a MeetingRequestMessageType and the associated CalendarItemType, use the DeclineItemType response object instead of the RemoveItemType response object.
RemoveItem is not supported for delegate access.
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.