summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/UpdateUserConfigurationResponseType.php
blob: 3f6dafc56b9899cd6b8be019725d6c76c247ab59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response\UpdateUserConfigurationResponseType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a single UpdateUserConfiguration request.
 *
 * @package php-ews\Response
 */
class UpdateUserConfigurationResponseType extends BaseResponseMessageType
{

}