DeleteItemType Members
The DeleteItemType class represents a request to delete items in an Exchange database.
The following tables list the members exposed by the DeleteItemType type.
Public Constructors
Name | Description | |
---|---|---|
DeleteItemType | The DeleteItemType constructor initializes a new instance of the DeleteItemType class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
DeleteItemType Class
ExchangeWebServices Namespace
Other Resources
DeleteItem
DeleteItem Operation
Deleting Items (Exchange Web Services)