Поделиться через


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
Public method DeleteItemType The DeleteItemType constructor initializes a new instance of the DeleteItemType class.

Top

Properties

  Name Description
Public property 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.
Public 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.
Public 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.
Public property ItemIds The ItemIds property gets or sets the collection of items to delete. This property is required. This is a read/write property.
Public 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.
Public 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top