2.2.4.11 m:FolderInfoResponseMessageType
The FolderInfoResponseMessageType complex type represents the response message for the CreateFolder operation, as specified in section 3.1.4.2, the GetFolder operation, as specified in section 3.1.4.6, the UpdateFolder operation, as specified in section 3.1.4.8, the MoveFolder operation, as specified in section 3.1.4.7, the CopyFolder operation, as specified in section 3.1.4.1, and the CreateManagedFolder operation, as specified in section 3.1.4.3. The FolderInfoResponseMessageType complex type extends the ResponseMessageType complex type ([MS-OXWSCDATA] section 2.2.4.65).
-
<xs:complexType name="FolderInfoResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="Folders" type="t:ArrayOfFoldersType" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the FolderInfoResponseMessageType complex type.
Element name |
Type |
Description |
---|---|---|
Folders |
t:ArrayOfFoldersType (section 2.2.4.2) |
Represents the folders that are returned with the response message. |