Documentation

CreateItemType extends BaseRequestType
in package

Defines a request to create an item in the Exchange store.

Table of Contents

Properties

$Items  : NonEmptyArrayOfAllItemsType
Contains an array of items to create in the folder that is identified by the SavedItemFolderId element.
$MessageDisposition  : string
Describes how the item will be handled after it is created.
$SavedItemFolderId  : TargetFolderIdType
Identifies the target folder where a new item can be created.
$SendMeetingInvitations  : string
Describes how meeting requests are handled after they are created.

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

$Items

Contains an array of items to create in the folder that is identified by the SavedItemFolderId element.

public NonEmptyArrayOfAllItemsType $Items
Tags
since

Exchange 2007

$MessageDisposition

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

public string $MessageDisposition

This attribute is only applicable to e-mail messages.

The attribute is required for e-mail messages.

Tags
since

Exchange 2007

see
MessageDispositionType

$SavedItemFolderId

Identifies the target folder where a new item can be created.

public TargetFolderIdType $SavedItemFolderId

If the MessageDisposition attribute is set to SendOnly, a created message will only be sent. The message will not be put in the folder that is identified by the SavedItemFolderId element.

Tags
since

Exchange 2007

$SendMeetingInvitations

Describes how meeting requests are handled after they are created.

public string $SendMeetingInvitations

This attribute is required for calendar items.

Tags
since

Exchange 2007

see
CalendarItemCreateOrDeleteOperationType

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