Documentation

UploadItemType extends Type
in package

Represents a single item to upload into a mailbox.

Table of Contents

Properties

$CreateAction  : string
Specifies the action for uploading an item into a mailbox.
$Data  : string
Contains the data of a single item to upload into a mailbox.
$IsAssociated  : bool
Specifies whether the uploaded item is a folder associated item.
$ItemId  : ItemIdType
Contains the unique identifier and change key of an item to create or update in the Exchange store.
$ParentFolderId  : FolderIdType
Represents the identifier of the parent folder where a new item is created or that contains the item to update.

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

$CreateAction

Specifies the action for uploading an item into a mailbox.

public string $CreateAction

This attribute is required.

Tags
since

Exchange 2010 SP1

see
CreateActionType

$Data

Contains the data of a single item to upload into a mailbox.

public string $Data
Tags
since

Exchange 2010 SP1

todo

Create a base64 class?

$IsAssociated

Specifies whether the uploaded item is a folder associated item.

public bool $IsAssociated

A value of true indicates that the item is a folder associated item.

This attribute is optional.

Tags
since

Exchange 2010 SP1

$ItemId

Contains the unique identifier and change key of an item to create or update in the Exchange store.

public ItemIdType $ItemId
Tags
since

Exchange 2010 SP1

$ParentFolderId

Represents the identifier of the parent folder where a new item is created or that contains the item to update.

public FolderIdType $ParentFolderId
Tags
since

Exchange 2010 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