2.2.4.33 t:NonEmptyArrayOfResponseObjectsType Complex Type

The NonEmptyArrayOfResponseObjectsType complex type specifies an array of response objects.

 <xs:complexType name="NonEmptyArrayOfResponseObjectsType">
   <xs:choice
     maxOccurs="unbounded"
     minOccurs="0"
   >
     <xs:element name="AcceptItem"
       type="t:AcceptItemType"
      />
     <xs:element name="TentativelyAcceptItem"
       type="t:TentativelyAcceptItemType"
      />
     <xs:element name="DeclineItem"
       type="t:DeclineItemType"
      />
     <xs:element name="ReplyToItem"
       type="t:ReplyToItemType"
      />
     <xs:element name="ForwardItem"
       type="t:ForwardItemType"
      />
     <xs:element name="ReplyAllToItem"
       type="t:ReplyAllToItemType"
      />
     <xs:element name="CancelCalendarItem"
       type="t:CancelCalendarItemType"
      />
     <xs:element name="RemoveItem"
       type="t:RemoveItemType"
      />
     <xs:element name="SuppressReadReceipt"
       type="t:SuppressReadReceiptType"
      />
     <xs:element name="PostReplyItem"
       type="t:PostReplyItemType"
      />
     <xs:element name="AcceptSharingInvitation"
       type="t:AcceptSharingInvitationType"
      />
     <xs:element name="AddItemToMyCalendar" 
       type="t:AddItemToMyCalendarType"
      />
     <xs:element name="ProposeNewTime" 
       type="t:ProposeNewTimeType"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists and describes the child elements of the NonEmptyArrayOfResponseObjectsType complex type.

Element name

Type

Description

AcceptItem

t:AcceptItemType ([MS-OXWSMTGS] section 2.2.4.1)

Specifies an Accept reply to a meeting request.

TentativelyAcceptItem

t:TentativelyAcceptItemType ([MS-OXWSMTGS] section 2.2.4.27)

Specifies a Tentative reply to a meeting request.

DeclineItem

t:DeclineItemType ([MS-OXWSMTGS] section 2.2.4.11)

Specifies a Decline reply to a meeting request.

ReplyToItem

t:ReplyToItemType ([MS-OXWSCDATA] section 2.2.4.64)

Specifies a reply to the sender of an item.

ForwardItem

t:ForwardItemType ([MS-OXWSCDATA] section 2.2.4.37)

Specifies a server store item to be forwarded to recipients.

ReplyAllToItem

t:ReplyAllToItemType ([MS-OXWSCDATA] section 2.2.4.62)

Specifies a reply to the sender and all identified recipients of an item in the server store.

CancelCalendarItem

t:CancelCalendarItemType ([MS-OXWSMTGS] section 2.2.4.10)

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

RemoveItem

t:RemoveItemType ([MS-OXWSMTGS] section 2.2.4.26)

Specifies a response object that is used to remove a meeting item when a meeting cancellation message is received.

SuppressReadReceipt

t:SuppressReadReceiptType ([MS-OXWSCDATA] section 2.2.4.71)

Specifies a response to a request to suppress a read receipt.

PostReplyItem

t:PostReplyItemType  ([MS-OXWSPOST] section 2.2.4.3)

Specifies a reply to a post item.

AcceptSharingInvitation

t:AcceptSharingInvitationType ([MS-OXWSCDATA] section 2.2.4.3)

Specifies a response object that is used to accept an invitation that allows access to another user’s calendar or contacts data.

AddItemToMyCalendar

t:AddItemToMyCalendarType ([MS-OXWSMTGS] section 2.2.4.2)

Specifies the response object that is used to add an item to the user's calendar.<92>

ProposeNewTime

t:ProposeNewTimeType ([MS-OXWSMTGS] section 2.2.4.24)

Specifies the response object that is used to propose a new time.<93>