summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteRuleOperationType.php
blob: 6f98dc0527375becd8fe84bed1f4bfaef6410866 (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
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\DeleteRuleOperationType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents an operation to delete an existing Inbox rule.
 *
 * @package php-ews\Type
 */
class DeleteRuleOperationType extends RuleOperationType
{
    /**
     * Specifies the identifier of the rule to delete.
     *
     * @since Exchange 2010
     *
     * @var string
     */
    public $RuleId;
}