Documentation

GetItemType extends BaseRequestType
in package

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

Table of Contents

Properties

$ItemIds  : NonEmptyArrayOfBaseItemIdsType
Contains the unique identities of items, occurrence items, and recurring master items that are used to get items from the Exchange store.
$ItemShape  : ItemResponseShapeType
Identifies the item properties and content to include in a GetItem response.

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

$ItemIds

Contains the unique identities of items, occurrence items, and recurring master items that are used to get items from the Exchange store.

public NonEmptyArrayOfBaseItemIdsType $ItemIds

These items represent contacts, tasks, messages, calendar items, meeting requests, and other valid items in a mailbox.

Tags
since

Exchange 2007

$ItemShape

Identifies the item properties and content to include in a GetItem response.

public ItemResponseShapeType $ItemShape
Tags
since

Exchange 2007

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