summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/UpdateInboxRulesResponseType.php
blob: f7a37a101d3e8aa93251cfc2bf9b6e076542962c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response\UpdateInboxRulesResponseType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to an UpdateInboxRules request.
 *
 * @package php-ews\Response
 */
class UpdateInboxRulesResponseType extends ResponseMessageType
{
    /**
     * Represents an array of rule validation errors on each rule field that has
     * an error.
     *
     * @since Exchange 2010 SP1
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfRuleOperationErrorsType
     */
    public $RuleOperationErrors;
}