Documentation

NonEmptyArrayOfAttachmentsType extends ArrayOfAttachmentsType
in package

Contains the items or files that are attached to an item in the Exchange store.

Table of Contents

Properties

$FileAttachment  : array<string|int, FileAttachmentType>
Represents a file that is attached to an item in the Exchange store.
$ItemAttachment  : array<string|int, ItemAttachmentType>
Represents an Exchange item that is attached to another Exchange item.

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

$FileAttachment

Represents a file that is attached to an item in the Exchange store.

public array<string|int, FileAttachmentType> $FileAttachment
Tags
since

Exchange 2007

$ItemAttachment

Represents an Exchange item that is attached to another Exchange item.

public array<string|int, ItemAttachmentType> $ItemAttachment
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