3.1.4.1.3.1 m:GetRoomListsResponseMessageType Complex Type

The GetRoomListsResponseMessageType complex type specifies the server response to a GetRoomLists operation request. For more details about the GetRoomLists operation, see section 3.1.4.1. This complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="m:GetRoomListsResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="RoomLists"
           type="t:ArrayOfEmailAddressesType"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the GetRoomListsResponseMessageType complex type.

Element name

Type

Description

RoomLists

t:ArrayOfEmailAddressesType ([MS-OXWSCDATA] section 2.2.4.7)

Contains the collection of room lists available within the organization. The ItemId element, as specified in [MS-OXWSCDATA] section 2.2.4.31, is not returned in the response.