Documentation

SendItemType extends BaseRequestType
in package

Defines a request to send an item 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 delete, send, get, move, or copy items in the Exchange store.
$SavedItemFolderId  : TargetFolderIdType
Identifies whether a copy of the sent item is saved.
$SaveItemToFolder  : bool
Identifies the target folder for operations that update, send, and create items in the Exchange store.

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 delete, send, get, move, or copy items in the Exchange store.

public NonEmptyArrayOfBaseItemIdsType $ItemIds
Tags
since

Exchange 2007

$SavedItemFolderId

Identifies whether a copy of the sent item is saved.

public TargetFolderIdType $SavedItemFolderId

The save action depends on the value of SaveItemToFolder and whether a SavedItemFolderId element is present in the request.

Tags
since

Exchange 2007

$SaveItemToFolder

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

public bool $SaveItemToFolder

The save action depends on the value of SaveItemToFolder and whether a SavedItemFolderId element is present in the request.

This element is required.

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