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
$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
$CalendarItem
Represents an Exchange calendar item.
public
array<string|int, CalendarItemType>
$CalendarItem
= array()
Tags
$CancelCalendarItem
Represents the response object that is used to cancel a meeting.
public
array<string|int, CancelCalendarItemType>
$CancelCalendarItem
= array()
Tags
$Contact
Represents an Exchange contact item.
public
array<string|int, ContactItemType>
$Contact
= array()
Tags
$DeclineItem
Represents a Decline reply to a meeting request.
public
array<string|int, DeclineItemType>
$DeclineItem
= array()
Tags
$DistributionList
Represents a distribution list.
public
array<string|int, DistributionListType>
$DistributionList
= array()
Tags
$ForwardItem
Contains an Exchange store item to forward to recipients.
public
array<string|int, ForwardItemType>
$ForwardItem
= 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
Contains a post item.
public
array<string|int, PostItemType>
$PostItem
= array()
Tags
$PostReplyItem
Contains a reply to a post item.
public
array<string|int, PostReplyItemType>
$PostReplyItem
= array()
Tags
$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
$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
$ReplyToItem
Contains a reply to the sender of an item in the Exchange store.
public
array<string|int, ReplyToItemType>
$ReplyToItem
= array()
Tags
$SuppressReadReceipt
Used to suppress read receipts.
public
array<string|int, SuppressReadReceiptType>
$SuppressReadReceipt
= array()
Tags
$Task
Represents a task in the Exchange store.
public
array<string|int, TaskType>
$Task
= array()
Tags
$TentativelyAcceptItem
Represents a Tentative reply to a meeting request.
public
array<string|int, TentativelyAcceptItemType>
$TentativelyAcceptItem
= 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