3.1.4.1.3.2 m:GetInboxRulesResponseType Complex Type
The GetInboxRulesResponseType complex type specifies the response message that is returned by the GetInboxRules operation. The GetInboxRulesResponseType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.67.
-
<xs:complexType name="GetInboxRulesResponseType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="OutlookRuleBlobExists" type="xs:boolean" minOccurs="0" maxOccurs="1" /> <xs:element name="InboxRules" type="t:ArrayOfRulesType" minOccurs="0" maxOccurs="1" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the GetInboxRulesResponseType complex type.
Element name |
Type |
Description |
---|---|---|
OutlookRuleBlobExists |
xs:boolean ([XMLSCHEMA2]) |
Specifies whether a binary large object (BLOB) that contains all rules (2) exists in the user's mailbox. A text value of "true" indicates that the BLOB exists. This element MUST be present. |
InboxRules |
t:ArrayOfRulesType (section 3.1.4.1.3.3) |
Represents the response message and includes an array of the rules (2) in the user's mailbox. |