Documentation

NonEmptyArrayOfResponseObjectsType extends ArrayType
in package

Represents a collection of all the response objects that are associated with an item in the Exchange store.

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.
$CancelCalendarItem  : array<string|int, CalendarItemType>
Represents the response object used to cancel a meeting.
$DeclineItem  : array<string|int, DeclineItemType>
Represents a Decline reply to a meeting request.
$ForwardItem  : array<string|int, ForwardItemType>
Contains an Exchange store item to forward to recipients.
$PostReplyItem  : array<string|int, PostReplyItemType>
Contains a reply to a post item.
$ProposeNewTime  : array<string|int, ProposeNewTimeType>
Specifies a response object that indicates that the meeting attendee can propose a new meeting time.
$RemoveItem  : array<string|int, RemoveItemType>
Removes an item from the Exchange store.
$ReplyAllToItem  : array<string|int, ReplyAllToItemType>
Contains a reply to all identified recipients of an item in the Exchange store.
$ReplyToItem  : array<string|int, ReplyToItemType>
Contains a reply to the creator of an item in the Exchange store.
$SuppressReadReceipt  : array<string|int, SuppressReadReceiptType>
Used to suppress read receipt requests.
$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

$CancelCalendarItem

Represents the response object used to cancel a meeting.

public array<string|int, CalendarItemType> $CancelCalendarItem = 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

$ForwardItem

Contains an Exchange store item to forward to recipients.

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

$ProposeNewTime

Specifies a response object that indicates that the meeting attendee can propose a new meeting time.

public array<string|int, ProposeNewTimeType> $ProposeNewTime = array()
Tags
since

Exchange 2013 SP1

$ReplyAllToItem

Contains a reply to 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 creator of an item in the Exchange store.

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

Exchange 2007

$SuppressReadReceipt

Used to suppress read receipt requests.

public array<string|int, SuppressReadReceiptType> $SuppressReadReceipt = 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