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

namespace jamesiarmes\PhpEws\Response;

/**
 * contains the response message for a single delegate user.
 *
 * @package php-ews\Response
 */
class DelegateUserResponseMessageType extends ResponseMessageType
{
    /**
     * Identifies a single delegate that is returned in a delegate management
     * response.
     *
     * @since Exchange 2007 SP1
     *
     * @var \jamesiarmes\PhpEws\Type\DelegateUserType
     */
    public $DelegateUser;
}