3.1.4.4.3.2 m:DeleteFolderType Complex Type
The DeleteFolderType complex type specifies a request message to delete folders from a mailbox. The DeleteFolderType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.
-
<xs:complexType name="DeleteFolderType"> <xs:complexContent> <xs:extension base="m:BaseRequestType" > <xs:sequence> <xs:element name="FolderIds" type="t:NonEmptyArrayOfBaseFolderIdsType" /> </xs:sequence> <xs:attribute name="DeleteType" type="t:DisposalType" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the DeleteFolderType complex type.
Element name |
Type |
Description |
---|---|---|
FolderIds |
t:NonEmptyArrayOfBaseFolderIdsType (section 3.1.4.6.3.3) |
An array of folders to be deleted from a mailbox. This array has at least one member. |
The following table lists the attributes of the DeleteFolderType complex type.
Attribute name |
Type |
Description |
---|---|---|
DeleteType |
t:DisposalType ([MS-OXWSCDATA] section 2.2.5.9) |
Describes how a folder is to be deleted. |