2.2.4.11 m:FindFolderResponseMessageType Complex Type
The FindFolderResponseMessageType complex type specifies the response message for the FindFolder operation, as specified in section 3.1.4.1. The FindFolderResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="FindFolderResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="RootFolder" type="t:FindFolderParentType" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child element of the FindFolderResponseMessageType complex type.
Element |
Type |
Description |
---|---|---|
RootFolder |
t:FindFolderParentType (section 2.2.4.10) |
Specifies an array of folders and paging information that is returned by the FindFolder operation. |