3.1.4.4.3.2 m:GetItemType Complex Type

The GetItemType complex type specifies a request to get items from a mailbox. The GetItemType complex type extends the BaseRequestType complex type ([MS-OXWSCDATA] section 2.2.4.17).

 <xs:complexType name="GetItemType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseRequestType"
     >
       <xs:sequence>
         <xs:element name="ItemShape"
           type="t:ItemResponseShapeType"
          />
         <xs:element name="ItemIds"
           type="t:NonEmptyArrayOfBaseItemIdsType"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

ItemShape

t:ItemResponseShapeType ([MS-OXWSCDATA] section 2.2.4.42)

Specifies the response shape of a GetItem operation response.

ItemIds

t:NonEmptyArrayOfBaseItemIdsType (section 2.2.4.31)

Specifies the collection of items that a GetItem operation is to get.