Documentation

NonEmptyArrayOfAllItemsType extends ArrayType
in package

Identifies items of any type for numerous requests.

Table of Contents

Properties

$AcceptItem  : array<string|int, AcceptItemType>
Represents an Accept reply to a meeting request.
$AcceptSharingInvitation  : array<string|int, AcceptSharingInvitationType>
Used to accept an invitation that allows access to another user’s calendar or contacts data.
$CalendarItem  : array<string|int, CalendarItemType>
Represents an Exchange calendar item.
$CancelCalendarItem  : array<string|int, CancelCalendarItemType>
Represents the response object that is used to cancel a meeting.
$Contact  : array<string|int, ContactItemType>
Represents an Exchange contact item.
$DeclineItem  : array<string|int, DeclineItemType>
Represents a Decline reply to a meeting request.
$DistributionList  : array<string|int, DistributionListType>
Represents a distribution list.
$ForwardItem  : array<string|int, ForwardItemType>
Contains an Exchange store item to forward to recipients.
$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>
Contains a post item.
$PostReplyItem  : array<string|int, PostReplyItemType>
Contains a reply to a post item.
$RemoveItem  : array<string|int, RemoveItemType>
Represents a response object that is used to remove a meeting item when a MeetingCancellation message is received.
$ReplyAllToItem  : array<string|int, ReplyAllToItemType>
Contains a reply to the sender and all identified recipients of an item in the Exchange store.
$ReplyToItem  : array<string|int, ReplyToItemType>
Contains a reply to the sender of an item in the Exchange store.
$SuppressReadReceipt  : array<string|int, SuppressReadReceiptType>
Used to suppress read receipts.
$Task  : array<string|int, TaskType>
Represents a task in the Exchange store.
$TentativelyAcceptItem  : array<string|int, TentativelyAcceptItemType>
Represents a Tentative reply to a meeting request.

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

$AcceptItem

Represents an Accept reply to a meeting request.

public array<string|int, AcceptItemType> $AcceptItem = array()
Tags
since

Exchange 2007

$AcceptSharingInvitation

Used to accept an invitation that allows access to another user’s calendar or contacts data.

public array<string|int, AcceptSharingInvitationType> $AcceptSharingInvitation = array()
Tags
since

Exchange 2010

$CalendarItem

Represents an Exchange calendar item.

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

Exchange 2007

$CancelCalendarItem

Represents the response object that is used to cancel a meeting.

public array<string|int, CancelCalendarItemType> $CancelCalendarItem = array()
Tags
since

Exchange 2007

$Contact

Represents an Exchange contact item.

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

Exchange 2007

$DeclineItem

Represents a Decline reply to a meeting request.

public array<string|int, DeclineItemType> $DeclineItem = array()
Tags
since

Exchange 2007

$DistributionList

Represents a distribution list.

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

Exchange 2007

$ForwardItem

Contains an Exchange store item to forward to recipients.

public array<string|int, ForwardItemType> $ForwardItem = 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

Contains a post item.

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

Exchange 2007

$PostReplyItem

Contains a reply to a post item.

public array<string|int, PostReplyItemType> $PostReplyItem = array()
Tags
since

Exchange 2007 SP1

$RemoveItem

Represents a response object that is used to remove a meeting item when a MeetingCancellation message is received.

public array<string|int, RemoveItemType> $RemoveItem = array()
Tags
since

Exchange 2007

$ReplyAllToItem

Contains a reply to the sender and all identified recipients of an item in the Exchange store.

public array<string|int, ReplyAllToItemType> $ReplyAllToItem = array()
Tags
since

Exchange 2007

$ReplyToItem

Contains a reply to the sender of an item in the Exchange store.

public array<string|int, ReplyToItemType> $ReplyToItem = array()
Tags
since

Exchange 2007

$SuppressReadReceipt

Used to suppress read receipts.

public array<string|int, SuppressReadReceiptType> $SuppressReadReceipt = array()
Tags
since

Exchange 2007

$Task

Represents a task in the Exchange store.

public array<string|int, TaskType> $Task = array()
Tags
since

Exchange 2007

$TentativelyAcceptItem

Represents a Tentative reply to a meeting request.

public array<string|int, TentativelyAcceptItemType> $TentativelyAcceptItem = 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