3.1.4.2.3.2 m:UpdateInboxRulesResponseType Complex Type

The UpdateInboxRulesResponseType complex type specifies a response message that is returned by the UpdateInboxRules operation. The UpdateInboxRulesResponseType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="UpdateInboxRulesResponseType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="RuleOperationErrors"
           type="t:ArrayOfRuleOperationErrorsType"
           minOccurs="0"
           maxOccurs="1"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the UpdateInboxRulesResponseType complex type.

Element name

Type

Description

RuleOperationErrors

t:ArrayOfRuleOperationErrorsType (section 3.1.4.2.3.8)

Specifies a RuleOperationErrorType complex type (section 3.1.4.2.3.9) collection, which contains the validation errors on each rule (2) filed that has an error.