Documentation

UpdateItemType extends BaseRequestType
in package

Defines a request to update an item in a mailbox.

Table of Contents

Properties

$ConflictResolution  : string
Identifies the type of conflict resolution to try during an update.
$ItemChanges  : array<string|int, NonEmptyArrayOfItemChangesType>
Contains an array of ItemChange elements that identify items and the updates to apply to the items.
$MessageDisposition  : string
Describes how the item will be handled after it is updated.
$SavedItemFolderId  : TargetFolderIdType
Identifies the target folder for operations that update, send, and create items in the Exchange store.
$SendMeetingInvitationsOrCancellations  : string
Describes how meeting updates are communicated after a calendar item is updated.
$SuppressReadReceipts  : bool
Indicates whether read receipts for the updated item should be 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

$ConflictResolution

Identifies the type of conflict resolution to try during an update.

public string $ConflictResolution

The default value is AutoResolve.

Tags
since

Exchange 2007

see
ConflictResolutionType

$ItemChanges

Contains an array of ItemChange elements that identify items and the updates to apply to the items.

public array<string|int, NonEmptyArrayOfItemChangesType> $ItemChanges
Tags
since

Exchange 2007

$MessageDisposition

Describes how the item will be handled after it is updated.

public string $MessageDisposition

he MessageDisposition attribute is required for message items, including meeting messages such as meeting cancellations, meeting requests, and meeting responses.

Tags
since

Exchange 2007

see
MessageDispositionType

$SavedItemFolderId

Identifies the target folder for operations that update, send, and create items in the Exchange store.

public TargetFolderIdType $SavedItemFolderId
Tags
since

Exchange 2007

$SendMeetingInvitationsOrCancellations

Describes how meeting updates are communicated after a calendar item is updated.

public string $SendMeetingInvitationsOrCancellations

This attribute is required for calendar items and calendar item occurrences.

Tags
since

Exchange 2007

see
CalendarItemUpdateOperationType

$SuppressReadReceipts

Indicates whether read receipts for the updated item should be suppressed.

public bool $SuppressReadReceipts

A value of true indicates that read receipts should be suppressed. A value of false indicates that the read receipts will be sent to the sender.

This attribute is optional.

Tags
since

Exchange 2013 SP1

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