DeleteItemType Members
Include Protected Members
Include Inherited Members
The DeleteItemType class represents a request to delete items in an Exchange database.
The DeleteItemType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeleteItemType | The DeleteItemType constructor initializes a new instance of the DeleteItemType class. |
Top
Properties
Name | Description | |
---|---|---|
AffectedTaskOccurrences | The AffectedTaskOccurrences property gets or sets an enumeration value that indicates whether a task instance or task master is deleted. This property is required when tasks are deleted. This is a read/write property. | |
AffectedTaskOccurrencesSpecified | The AffectedTaskOccurrencesSpecified property gets or sets a Boolean value that specifies whether the AffectedTaskOccurrences property is serialized into the Simple Object Access Protocol (SOAP) request. This is a read/write property. | |
DeleteType | The DeleteType property gets or sets an enumeration value that describes how an item is deleted. This property is required. This is a read/write property. | |
ItemIds | The ItemIds property gets or sets the collection of items to delete. This property is required. This is a read/write property. | |
SendMeetingCancellations | 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. | |
SendMeetingCancellationsSpecified | 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. |
Top