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
$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
$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
$SavedItemFolderId
Identifies the target folder for operations that update, send, and create items in the Exchange store.
public
TargetFolderIdType
$SavedItemFolderId
Tags
$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
$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
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