Documentation

ArrayOfRealItemsType extends ArrayType
in package

Represents an array of items.

Table of Contents

Properties

$CalendarItem  : array<string|int, CalendarItemType>
Represents an Exchange calendar item.
$Contact  : array<string|int, ContactItemType>
Represents an Exchange contact item.
$DistributionList  : array<string|int, DistributionListType>
Represents a distribution list.
$Item  : array<string|int, ItemType>
Represents an item in the Exchange store.
$MeetingCancellation  : array<string|int, MeetingCancellationMessageType>
Represents a meeting cancellation in the Exchange store.
$MeetingMessage  : array<string|int, MeetingMessageType>
Represents a meeting message in the Exchange store.
$MeetingRequest  : array<string|int, MeetingRequestMessageType>
Represents a meeting request in the Exchange store.
$MeetingResponse  : array<string|int, MeetingResponseMessageType>
Represents a meeting response in the Exchange store.
$Message  : array<string|int, MessageType>
Represents an Exchange e-mail message.
$PostItem  : array<string|int, PostItemType>
Represents a post item in the Exchange store.
$Task  : array<string|int, TaskType>
Represents a task 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

$CalendarItem

Represents an Exchange calendar item.

public array<string|int, CalendarItemType> $CalendarItem = array()
Tags
since

Exchange 2007

$Contact

Represents an Exchange contact item.

public array<string|int, ContactItemType> $Contact = array()
Tags
since

Exchange 2007

$DistributionList

Represents a distribution list.

public array<string|int, DistributionListType> $DistributionList = array()
Tags
since

Exchange 2007

$Item

Represents an item in the Exchange store.

public array<string|int, ItemType> $Item = array()
Tags
since

Exchange 2007

$MeetingCancellation

Represents a meeting cancellation in the Exchange store.

public array<string|int, MeetingCancellationMessageType> $MeetingCancellation = array()
Tags
since

Exchange 2007

$MeetingMessage

Represents a meeting message in the Exchange store.

public array<string|int, MeetingMessageType> $MeetingMessage = array()
Tags
since

Exchange 2007

$MeetingRequest

Represents a meeting request in the Exchange store.

public array<string|int, MeetingRequestMessageType> $MeetingRequest = array()
Tags
since

Exchange 2007

$MeetingResponse

Represents a meeting response in the Exchange store.

public array<string|int, MeetingResponseMessageType> $MeetingResponse = array()
Tags
since

Exchange 2007

$Message

Represents an Exchange e-mail message.

public array<string|int, MessageType> $Message = array()
Tags
since

Exchange 2007

$PostItem

Represents a post item in the Exchange store.

public array<string|int, PostItemType> $PostItem = array()
Tags
since

Exchange 2007

$Task

Represents a task in the Exchange store.

public array<string|int, TaskType> $Task = array()
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