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

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents a response that returns a user configuration object.
 *
 * @package php-ews\Response
 */
class GetUserConfigurationResponseMessageType extends ResponseMessageType
{
    /**
     * Contains a single user configuration object.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\Type\UserConfigurationType
     */
    public $UserConfiguration;
}