2.2.4.32 t:SearchFolderType Complex Type
The SearchFolderType complex type specifies a representation of a search folder that is contained in a mailbox. This type extends the FolderType complex type, as specified in [MS-OXWSFOLD] section 2.2.4.12.
-
<xs:complexType name="SearchFolderType"> <xs:complexContent> <xs:extension base="t:FolderType" > <xs:sequence> <xs:element name="SearchParameters" type="t:SearchParametersType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the SearchFolderType complex type.
Element name |
Type |
Description |
---|---|---|
SearchParameters |
t:SearchParametersType (section 2.2.4.33) |
Specifies the search parameters that define the contents of the search folder. This element can be present. |