summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfDelegateUserResponseMessageType.php
blob: 31cc534cb1ce9f55d3ea64e4a045161bc75e99e2 (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
25
26
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfDelegateUserResponseMessageType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use jamesiarmes\PhpEws\ArrayType;

/**
 * Contains the response messages for an Exchange Web Services delegate
 * management request.
 *
 * @package php-ews\Array
 */
class ArrayOfDelegateUserResponseMessageType extends ArrayType
{
    /**
     * Contains response messages for delegate management operations.
     *
     * @since Exchange 2007 SP1
     *
     * @var \jamesiarmes\PhpEws\Response\DelegateUserResponseMessageType[]
     */
    public $DelegateUserResponseMessageType = array();
}