summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/RemoveDelegateType.php
blob: 9f7273eb899e2196529882e4b118f0170fe55de7 (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\Request\RemoveDelegateType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to remove delegates from a mailbox.
 *
 * @package php-ews\Request
 */
class RemoveDelegateType extends BaseDelegateType
{
    /**
     * Contains an array of delegate users to remove from a principal's mailbox.
     *
     * @since Exchange 2007 SP1
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfUserIdType
     */
    public $UserIds;
}