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