summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/RemoveDelegateType.php
blob: 9f7273eb899e2196529882e4b118f0170fe55de7 (plain) (tree)






















                                                                                
<?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;
}