Documentation

DeleteItemType extends BaseRequestType
in package

Defines a request to delete an item from a mailbox in the Exchange store.

Table of Contents

Properties

$AffectedTaskOccurrences  : string
Describes whether a task instance or a task master is deleted by a DeleteItem operation.
$DeleteType  : string
Describes how an item is deleted.
$ItemIds  : NonEmptyArrayOfBaseItemIdsType
Contains an array of items, occurrence items, and recurring master items to delete from a mailbox in the Exchange store.
$SendMeetingCancellations  : string
Describes whether a calendar item deletion is communicated to attendees.
$SuppressReadReceipts  : bool
Indicates whether read receipts for the deleted item are suppressed.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$AffectedTaskOccurrences

Describes whether a task instance or a task master is deleted by a DeleteItem operation.

public string $AffectedTaskOccurrences

This attribute is required when tasks are deleted.

This attribute is optional when non-task items are deleted.

Tags
since

Exchange 2007

see
AffectedTaskOccurrencesType

$DeleteType

Describes how an item is deleted.

public string $DeleteType

This attribute is required.

Tags
since

Exchange 2007

see
DisposalType

$ItemIds

Contains an array of items, occurrence items, and recurring master items to delete from a mailbox in the Exchange store.

public NonEmptyArrayOfBaseItemIdsType $ItemIds

The DeleteItem operation can be performed on any item type.

Tags
since

Exchange 2007

$SendMeetingCancellations

Describes whether a calendar item deletion is communicated to attendees.

public string $SendMeetingCancellations

This attribute is required when calendar items are deleted.

This attribute is optional if non-calendar items are deleted.

Tags
since

Exchange 2007

see
CalendarItemCreateOrDeleteOperationType

$SuppressReadReceipts

Indicates whether read receipts for the deleted item are suppressed.

public bool $SuppressReadReceipts

A value of true indicates that the read receipts are suppressed. A value of false indicates that the read receipts are sent to the sender.

This attribute is optional.

Tags
since

Exchange 2013

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results